Skip to main content

PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM

Type Alias PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM 

Source
pub type PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM { pub s_type: StructureType, pub p_next: *mut c_void, pub rasterization_order_color_attachment_access: u32, pub rasterization_order_depth_attachment_access: u32, pub rasterization_order_stencil_attachment_access: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT.

§p_next: *mut c_void

Optional, may be null.

§rasterization_order_color_attachment_access: u32§rasterization_order_depth_attachment_access: u32§rasterization_order_stencil_attachment_access: u32