Skip to content

KDGpu::BindGroupOptions

#include <bind_group_options.h>

Public Attributes

Name
std::string_view label
Handle< BindGroupLayout_t > layout
std::vector< BindGroupEntry > resources
uint32_t maxVariableArrayLength

Public Attributes Documentation

variable label

1
std::string_view label;

variable layout

1
Handle< BindGroupLayout_t > layout;

variable resources

1
std::vector< BindGroupEntry > resources;

variable maxVariableArrayLength

1
uint32_t maxVariableArrayLength { 0 };

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