Module command_buffer

Source
Expand description

Recording commands to execute on the device.

Structsยง

BlitImageInfo
Parameters to blit image data.
BufferCopy
A region of data to copy between buffers.
BufferImageCopy
A region of data to copy between a buffer and an image.
BufferMemoryBarrier
A memory barrier that is applied to a single buffer.
ClearColorImageInfo
Parameters to clear a color image.
ClearDepthStencilImageInfo
Parameters to clear a depth/stencil image.
CopyBufferInfo
Parameters to copy data from a buffer to another buffer.
CopyBufferToImageInfo
Parameters to copy data from a buffer to an image.
CopyImageInfo
Parameters to copy data from an image to another image.
CopyImageToBufferInfo
Parameters to copy data from an image to a buffer.
DependencyInfo
Dependency info for barriers in a pipeline barrier command.
FillBufferInfo
Parameters to fill a region of a buffer with repeated copies of a value.
ImageBlit
A region of data to blit between images.
ImageCopy
A region of data to copy between images.
ImageMemoryBarrier
A memory barrier that is applied to a single image.
ImageResolve
A region of data to resolve between images.
MemoryBarrier
A memory barrier that is applied globally.
RecordingCommandBuffer
A command buffer in the recording state.
ResolveImageInfo
Parameters to resolve image data.