#[repr(C)]pub struct PhysicalDeviceShaderDemoteToHelperInvocationFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_demote_to_helper_invocation: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_demote_to_helper_invocation: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Clone for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
source§fn clone(&self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeatures
fn clone(&self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeatures
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 PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl TaggedStructure for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES
impl Copy for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl RefUnwindSafe for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl !Send for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl !Sync for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Unpin for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl UnwindSafe for PhysicalDeviceShaderDemoteToHelperInvocationFeatures
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