pub type PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT;Expand description
Aliased Type§
struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM {
pub s_type: StructureType,
pub 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§next: *mut c_void§rasterization_order_color_attachment_access: u32§rasterization_order_depth_attachment_access: u32§rasterization_order_stencil_attachment_access: u32