Union vk_sys::ClearValue
source · #[repr(C)]
pub union ClearValue {
pub color: ClearColorValue,
pub depthStencil: ClearDepthStencilValue,
}
Fields§
§color: ClearColorValue
§depthStencil: ClearDepthStencilValue
#[repr(C)]
pub union ClearValue {
pub color: ClearColorValue,
pub depthStencil: ClearDepthStencilValue,
}
color: ClearColorValue
§depthStencil: ClearDepthStencilValue