pub type PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT;
Aliased Type§
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
§p_next: *mut c_void
§rasterization_order_color_attachment_access: u32
§rasterization_order_depth_attachment_access: u32
§rasterization_order_stencil_attachment_access: u32
Implementations
Trait Implementations
impl ExtendsDeviceCreateInfo for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
source§impl TaggedStructure for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
impl TaggedStructure for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT
impl Copy for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
source§impl Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
impl Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
fn clone(&self) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more