setPipeline method

void setPipeline(
  1. GPURenderPipeline pipeline
)

The setPipeline() method of the GPURenderPassEncoder interface sets the GPURenderPipeline to use for subsequent render pass commands.

Implementation

external void setPipeline(GPURenderPipeline pipeline);