[−][src]Trait web_glitz::pipeline::resources::TypedBindableResourceGroup
Sub-trait of [EncodeBindGroup], where a type statically describes the layout for the bind group.
A BindGroup for resources that implement this trait may be bound to pipeline's with a matching typed resource bindings layout without additional runtime checks.
Unsafe
Any instance of a type that implements this trait must encode a bind group (see [EncodeBindGroup::encode_bind_group]) with a layout that matches the bind group layout declared by [Layout].