Trait bedrock::ClearColorValue [] [src]

pub trait ClearColorValue {
    fn represent(&self) -> &VkClearColorValue;
}

The trait representation of VkClearColorValue

Required Methods

Implementations on Foreign Types

impl ClearColorValue for [f32; 4]
[src]

impl ClearColorValue for [i32; 4]
[src]

impl ClearColorValue for [u32; 4]
[src]

Implementors