beginComputePass method
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]);