submit method

void submit(
  1. Iterable<GPUCommandBuffer> commandBuffers
)

Implementation

void submit(Iterable<GPUCommandBuffer> commandBuffers) =>
    js_util.callMethod(this, 'submit', [commandBuffers]);