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 | |
variable layout¶
1 | |
variable shaderStage¶
1 | |
variable pipelineCache¶
1 | |
Updated on 2026-02-28 at 00:01:08 +0000