Expand description
Recording commands to execute on the device.
Structsยง
- Blit
Image Info - Parameters to blit image data.
- Buffer
Copy - A region of data to copy between buffers.
- Buffer
Image Copy - A region of data to copy between a buffer and an image.
- Buffer
Memory Barrier - A memory barrier that is applied to a single buffer.
- Clear
Color Image Info - Parameters to clear a color image.
- Clear
Depth Stencil Image Info - Parameters to clear a depth/stencil image.
- Copy
Buffer Info - Parameters to copy data from a buffer to another buffer.
- Copy
Buffer ToImage Info - Parameters to copy data from a buffer to an image.
- Copy
Image Info - Parameters to copy data from an image to another image.
- Copy
Image ToBuffer Info - Parameters to copy data from an image to a buffer.
- Dependency
Info - Dependency info for barriers in a pipeline barrier command.
- Fill
Buffer Info - Parameters to fill a region of a buffer with repeated copies of a value.
- Image
Blit - A region of data to blit between images.
- Image
Copy - A region of data to copy between images.
- Image
Memory Barrier - A memory barrier that is applied to a single image.
- Image
Resolve - A region of data to resolve between images.
- Memory
Barrier - A memory barrier that is applied globally.
- Recording
Command Buffer - A command buffer in the recording state.
- Resolve
Image Info - Parameters to resolve image data.