createCommandEncoder method

GPUCommandEncoder createCommandEncoder([
  1. GPUCommandEncoderDescriptor descriptor
])

The createCommandEncoder() method of the GPUDevice interface creates a GPUCommandEncoder, used to encode commands to be issued to the GPU.

Implementation

external GPUCommandEncoder createCommandEncoder(
    [GPUCommandEncoderDescriptor descriptor]);