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