submit method

void submit(
  1. 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.

Implementation

external void submit(JSArray<GPUCommandBuffer> commandBuffers);