KDGpu::BindGroupOptions¶
#include <bind_group_options.h>
Public Attributes¶
| Name | |
|---|---|
| std::string_view | label |
| RequiredHandle< BindGroupLayout_t > | layout |
| std::vector< BindGroupEntry > | resources |
| uint32_t | maxVariableArrayLength |
| OptionalHandle< BindGroupPool_t > | bindGroupPool |
| bool | implicitFree |
Public Attributes Documentation¶
variable label¶
1 | |
variable layout¶
1 | |
variable resources¶
1 | |
variable maxVariableArrayLength¶
1 | |
variable bindGroupPool¶
1 | |
variable implicitFree¶
1 | |
Updated on 2026-02-28 at 00:01:08 +0000