Skip to content

KDGpu::ComputePipelineOptions

#include <compute_pipeline_options.h>

Public Attributes

Name
std::string_view label
RequiredHandle< PipelineLayout_t > layout
ComputeShaderStage shaderStage
OptionalHandle< PipelineCache_t > pipelineCache

Public Attributes Documentation

variable label

1
std::string_view label;

variable layout

1
RequiredHandle< PipelineLayout_t > layout;

variable shaderStage

1
ComputeShaderStage shaderStage;

variable pipelineCache

1
OptionalHandle< PipelineCache_t > pipelineCache;

Updated on 2026-02-28 at 00:01:08 +0000