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-08-28 at 00:05:03 +0000