Union vk_sys::ClearValue [] [src]

#[repr(C)]
pub union ClearValue { pub color: ClearColorValue, pub depthStencil: ClearDepthStencilValue, }

Fields

color: ClearColorValue depthStencil: ClearDepthStencilValue