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