Type Alias unity_native_plugin_sys::PFN_vkGetEventStatus
source · pub type PFN_vkGetEventStatus = Option<unsafe extern "system" fn(device: VkDevice, event: VkEvent) -> VkResult>;Aliased Type§
enum PFN_vkGetEventStatus {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkEvent_T) -> i32),
}