Module wgpu_core::binding_model
source ยท Structsยง
- Describes a group of bindings and the resources to be bound.
- Bindable resource and the slot to bind it to.
- Bind group layout.
- Describes a
BindGroupLayout
. - Describes a pipeline layout.
- Describes a group of bindings and the resources to be bound.
- Bindable resource and the slot to bind it to.
- Describes a pipeline layout.
Enumsยง
- ExclusivePipeline ๐Used by
BindGroupLayout
. It indicates whether the BGL must be used with a specific pipeline. This constraint only happens when the BGLs have been derived from a pipeline without a layout.