|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
One module-scope resource binding. More...
#include "donner/gpu/shader/IrModule.h"
Public Attributes | |
| uint32_t | group = 0 |
| Bind group index. | |
| uint32_t | binding = 0 |
| Binding index within the group. | |
| RcString | name |
| Binding variable name. | |
| BindingKind | kind = BindingKind::UniformBuffer |
| Binding kind. | |
| IrType | type |
| Bound type (struct, runtime array, texture, storage texture, or sampler). | |
One module-scope resource binding.
| uint32_t donner::gpu::shader::IrBinding::binding = 0 |
Binding index within the group.
| uint32_t donner::gpu::shader::IrBinding::group = 0 |
Bind group index.
| BindingKind donner::gpu::shader::IrBinding::kind = BindingKind::UniformBuffer |
Binding kind.
| RcString donner::gpu::shader::IrBinding::name |
Binding variable name.
| IrType donner::gpu::shader::IrBinding::type |
Bound type (struct, runtime array, texture, storage texture, or sampler).