Struct wgpu_core::binding_model::BindGroupLayout[][src]

pub struct BindGroupLayout<A: Api> { /* fields omitted */ }
Expand description

Bind group layout.

The lifetime of BGLs is a bit special. They are only referenced on CPU without considering GPU operations. And on CPU they get manual inc-refs and dec-refs. In particular, the following objects depend on them:

  • produced bind groups
  • produced pipeline layouts
  • pipelines with implicit layouts

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.