Skip to main content

PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT

Type Alias PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT 

Source
pub type PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT = PhysicalDeviceShaderDemoteToHelperInvocationFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT { pub s_type: StructureType, pub p_next: *mut c_void, pub shader_demote_to_helper_invocation: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§shader_demote_to_helper_invocation: u32