Struct Queue

A Queue executes finished CommandBuffer objects.

struct Queue ;

Fields

NameTypeDescription
id __C.WGPUQueueImpl*Handle identifier.

Methods

NameDescription
submit (commands) Submits a finished command buffer for execution.
submit (commandBuffers) Submits a series of finished command buffers for execution.

See Also

wgpu::Queue