submit method
The submit()
method of the
GPUQueue interface schedules the execution of command buffers
represented by one or more GPUCommandBuffer objects by the GPU.
Implementation
external void submit(JSArray<GPUCommandBuffer> commandBuffers);
The submit()
method of the
GPUQueue interface schedules the execution of command buffers
represented by one or more GPUCommandBuffer objects by the GPU.
external void submit(JSArray<GPUCommandBuffer> commandBuffers);