PipelineLayout

An opaque handle to a pipeline layout.

A PipelineLayout object describes the available binding groups of a pipeline.

Members

Variables

descriptor
PipelineLayoutDescriptor descriptor;

Describes this PipelineLayout.

id
WgpuId id;

Handle identifier.

See Also

Meta