GPUPipelineBase

class wgpu.GPUPipelineBase

Bases: object

A mixin class for render and compute pipelines.

get_bind_group_layout(index: int | None = None) GPUBindGroupLayout

Get the bind group layout at the given index.