ash::vkType Alias PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
Source pub type PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM<'a> = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>;
struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}