pub struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT {
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,
}Expand description
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: u32Implementations§
Trait Implementations§
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 moresource§impl Default for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
impl Default for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
source§fn default() -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
fn default() -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
Returns the “default value” for a type. Read more