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