setPipeline method
The setPipeline()
method of the
GPUComputePassEncoder interface sets the GPUComputePipeline to use for
this compute pass.
Implementation
external void setPipeline(GPUComputePipeline pipeline);
The setPipeline()
method of the
GPUComputePassEncoder interface sets the GPUComputePipeline to use for
this compute pass.
external void setPipeline(GPUComputePipeline pipeline);