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 | |
variable layout¶
1 | |
variable resources¶
1 | |
variable maxVariableArrayLength¶
1 | |
Updated on 2025-07-08 at 12:01:11 +0000