Struct vk_sys::ClearValue
[−]
[src]
#[repr(C)]pub struct ClearValue(_);
#[repr(C)]pub struct ClearValue(_);
impl ClearValue
[src]fn as_color(&self) -> &ClearColorValue
fn as_depth_stencil(&self) -> &ClearDepthStencilValue
fn color(val: ClearColorValue) -> ClearValue
fn depth_stencil(val: ClearDepthStencilValue) -> ClearValue