KDGpu::PipelineLayoutOptions¶
#include <pipeline_layout_options.h>
Public Attributes¶
Name | |
---|---|
std::string_view | label |
std::vector< Handle< BindGroupLayout_t > > | bindGroupLayouts |
std::vector< PushConstantRange > | pushConstantRanges |
Public Attributes Documentation¶
variable label¶
1 |
|
variable bindGroupLayouts¶
1 |
|
variable pushConstantRanges¶
1 |
|
Updated on 2024-11-21 at 00:02:23 +0000