Structs§
- Bind
Group - Handle to a binding group.
- Bind
Group Descriptor - Describes a group of bindings and the resources to be bound.
- Bind
Group Entry - An element of a
BindGroupDescriptor
, consisting of a bindable resource and the slot to bind it to. - Buffer
Binding - Describes the segment of a buffer to bind.
Enums§
- Binding
Resource - Resource to be bound by a
BindGroup
for use with a pipeline.