createCommandBuffer method

CommandBuffer createCommandBuffer()

Create a new command buffer that can be used to submit GPU commands.

Implementation

CommandBuffer createCommandBuffer() {
  return CommandBuffer._(this);
}