Structs§
- Queue
- Handle to a command queue on a device.
- Queue
Write Buffer View - A write-only view into a staging buffer.
- Submission
Index - Identifier for a particular call to
Queue::submit
. Can be used as part of an argument toDevice::poll
to block for a particular submission to finish.
Type Aliases§
- Poll
Type - Passed to
Device::poll
to control how and if it should block.