pub type PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM<'a> = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>;
Aliased Type§
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 ()>,
}
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
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
impl<'a> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
pub fn rasterization_order_color_attachment_access( self, rasterization_order_color_attachment_access: bool, ) -> Self
pub fn rasterization_order_depth_attachment_access( self, rasterization_order_depth_attachment_access: bool, ) -> Self
pub fn rasterization_order_stencil_attachment_access( self, rasterization_order_stencil_attachment_access: bool, ) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
Source§fn clone(
&self,
) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
fn clone( &self, ) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT<'a>
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