wgpu-native.WGPUCommandBuffer
export interface WGPUCommandBuffer {
/**
* Opaque native handle to this command buffer.
*/
readonly handle: CommandBufferHandle;
}- readonly
handle(CommandBufferHandle) - – Opaque native handle to this command buffer.
Finalized command buffer.
A recorded list of GPU commands ready for submission to the queue. Command buffers are immutable after creation.