[][src]Trait bedrock::ClearColorValue

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

The trait representation of VkClearColorValue

Required methods

fn represent(&self) -> &VkClearColorValue

Loading content...

Implementations on Foreign Types

impl ClearColorValue for [f32; 4][src]

impl ClearColorValue for [i32; 4][src]

impl ClearColorValue for [u32; 4][src]

Loading content...

Implementors

Loading content...