beginComputePass method

GPUComputePassEncoder beginComputePass([
  1. GPUComputePassDescriptor descriptor
])

The beginComputePass() method of the GPUCommandEncoder interface starts encoding a compute pass, returning a GPUComputePassEncoder that can be used to control computation.

Implementation

external GPUComputePassEncoder beginComputePass(
    [GPUComputePassDescriptor descriptor]);