createCommandBuffer method
Create a new command buffer that can be used to submit GPU commands.
Implementation
CommandBuffer createCommandBuffer() {
return CommandBuffer._(this);
}
Create a new command buffer that can be used to submit GPU commands.
CommandBuffer createCommandBuffer() {
return CommandBuffer._(this);
}