GPUComputePipeline

class wgpu.GPUComputePipeline

Bases: GPUPipelineBase, GPUObjectBase

Represents a single pipeline for computations (no rendering).

Create a compute pipeline using GPUDevice.create_compute_pipeline().