Skip to content

KDGpu::ComputePipelineOptions

#include <compute_pipeline_options.h>

Public Attributes

Name
std::string_view label
Handle< PipelineLayout_t > layout
ComputeShaderStage shaderStage

Public Attributes Documentation

variable label

1
std::string_view label;

variable layout

1
Handle< PipelineLayout_t > layout;

variable shaderStage

1
ComputeShaderStage shaderStage;

Updated on 2024-09-08 at 00:13:08 +0000