Struct ash::vk::PhysicalDeviceOpacityMicromapFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceOpacityMicromapFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub micromap: Bool32,
pub micromap_capture_replay: Bool32,
pub micromap_host_commands: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§micromap: Bool32
§micromap_capture_replay: Bool32
§micromap_host_commands: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceOpacityMicromapFeaturesEXT
impl Clone for PhysicalDeviceOpacityMicromapFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceOpacityMicromapFeaturesEXT
fn clone(&self) -> PhysicalDeviceOpacityMicromapFeaturesEXT
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 TaggedStructure for PhysicalDeviceOpacityMicromapFeaturesEXT
impl TaggedStructure for PhysicalDeviceOpacityMicromapFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_OPACITY_MICROMAP_FEATURES_EXT
impl Copy for PhysicalDeviceOpacityMicromapFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceOpacityMicromapFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceOpacityMicromapFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceOpacityMicromapFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceOpacityMicromapFeaturesEXT
impl !Send for PhysicalDeviceOpacityMicromapFeaturesEXT
impl !Sync for PhysicalDeviceOpacityMicromapFeaturesEXT
impl Unpin for PhysicalDeviceOpacityMicromapFeaturesEXT
impl UnwindSafe for PhysicalDeviceOpacityMicromapFeaturesEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more