Module command

Source

Modules§

internal

Structs§

CommandBuffer
Representation of a command buffer allocated on the GPU. The lifetime of the command is constrained to the lifetime of the command pool that built it to ensure that it cannot be used while
CommandBufferBuilder
Builder for creating a Command buffer that can issue commands directly to the GPU.
CommandPool
CommandPoolBuilder

Enums§

Command
Enumeration for issuing commands to a CommandBuffer allocated on the GPU. The enumerations are evaluated upon being issued to an active command buffer and correspond to lower level function calls.
CommandBufferFeatures
Features that can be used to optimize command buffers for specific usages/scenarios
CommandBufferLevel
This enum is used for specifying the type of command buffer to allocate on the command pool.
CommandPoolFeatures
Command Pool Flag used to define optimizations/properties of the command pool prior to being built.