Struct ash::vk::SwapchainDisplayNativeHdrCreateInfoAMD [−][src]
#[repr(C)]pub struct SwapchainDisplayNativeHdrCreateInfoAMD { pub s_type: StructureType, pub p_next: *const c_void, pub local_dimming_enable: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
local_dimming_enable: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SwapchainDisplayNativeHdrCreateInfoAMD
impl !Sync for SwapchainDisplayNativeHdrCreateInfoAMD
Blanket Implementations
Mutably borrows from an owned value. Read more