pub type PFN_vkReleasePerformanceConfigurationINTEL = Option<unsafe extern "system" fn(device: VkDevice, configuration: VkPerformanceConfigurationINTEL) -> VkResult>;Aliased Type§
pub enum PFN_vkReleasePerformanceConfigurationINTEL {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPerformanceConfigurationINTEL_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPerformanceConfigurationINTEL_T) -> i32)
Some value of type T.