Struct ash::vk::PhysicalDevice4444FormatsFeaturesEXT
source · #[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_a4r4g4b4: Bool32,
pub format_a4b4g4r4: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format_a4r4g4b4: Bool32
§format_a4b4g4r4: Bool32
Implementations§
source§impl PhysicalDevice4444FormatsFeaturesEXT
impl PhysicalDevice4444FormatsFeaturesEXT
pub fn builder<'a>() -> PhysicalDevice4444FormatsFeaturesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevice4444FormatsFeaturesEXT
impl Clone for PhysicalDevice4444FormatsFeaturesEXT
source§fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
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