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 2025-07-08 at 12:01:11 +0000