pub type VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT = VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures;Aliased Type§
#[repr(C)]pub struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT {
pub sType: u32,
pub pNext: *mut c_void,
pub shaderDemoteToHelperInvocation: u32,
}Fields§
§sType: u32§pNext: *mut c_void§shaderDemoteToHelperInvocation: u32