KDGpu::BindGroupLayoutOptions¶
#include <bind_group_layout_options.h>
Public Attributes¶
| Name | |
|---|---|
| std::string_view | label |
| std::vector< ResourceBindingLayout > | bindings |
| BindGroupLayoutFlags | flags |
Friends¶
| Name | |
|---|---|
| bool | operator==(const BindGroupLayoutOptions & lhs, const BindGroupLayoutOptions & rhs) |
Public Attributes Documentation¶
variable label¶
1 | |
variable bindings¶
1 | |
variable flags¶
1 | |
Friends¶
friend operator==¶
1 2 3 4 5 | |
Updated on 2025-11-26 at 00:01:40 +0000