Module gfx::core::draw
[−]
Command Buffer device interface
Structs
| ClearSet |
Complete clear data for a given pixel target set. |
| DataBuffer |
A buffer of data accompanying the commands. It can be vertex data, texture updates, uniform blocks, or even some draw states. |
| DataPointer |
The place of some data in the data buffer. |
Enums
| ClearColor |
A universal clear color supporting integet formats as well as the standard floating-point. |
Traits
| CommandBuffer |
An interface of the abstract command buffer. It collects commands in an efficient API-specific manner, to be ready for execution on the device. |
Type Definitions
| InstanceOption |