bindPipeline method

void bindPipeline(
  1. GpuComputePipeline pipeline
)

Implementation

void bindPipeline(GpuComputePipeline pipeline) {
  _wgpu.wgpuComputePassEncoderSetPipeline(_handle, pipeline.handle.cast());
}