Skip to main content

AttachmentDescriptionStencilLayoutKHR

Type Alias AttachmentDescriptionStencilLayoutKHR 

Source
pub type AttachmentDescriptionStencilLayoutKHR = AttachmentDescriptionStencilLayout;

Aliased Type§

#[repr(C)]
pub struct AttachmentDescriptionStencilLayoutKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub stencil_initial_layout: ImageLayout, pub stencil_final_layout: ImageLayout, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT.

§p_next: *mut c_void

Optional, may be null.

§stencil_initial_layout: ImageLayout§stencil_final_layout: ImageLayout