Skip to content

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
std::string_view label;

variable bindGroupLayouts

1
std::vector< Handle< BindGroupLayout_t > > bindGroupLayouts;

variable pushConstantRanges

1
std::vector< PushConstantRange > pushConstantRanges;

Updated on 2024-09-10 at 00:01:36 +0000