Enum gfx_core::draw::ClearColor
[−]
[src]
pub enum ClearColor { Float([f32; 4]), Int([i32; 4]), Uint([u32; 4]), }
A universal clear color supporting integet formats as well as the standard floating-point.
Variants
Float | Standard floating-point vec4 color | |
Int | Integer vector to clear ivec4 targets. | |
Uint | Unsigned int vector to clear uvec4 targets. |