setPipeline method

void setPipeline(
  1. GPUComputePipeline pipeline
)

The setPipeline() method of the GPUComputePassEncoder interface sets the GPUComputePipeline to use for this compute pass.

Implementation

external void setPipeline(GPUComputePipeline pipeline);