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