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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES.
p_next: *mut c_voidOptional, may be null.
shader_demote_to_helper_invocation: u32