Type Alias unity_native_plugin_sys::PFN_vkCmdSetCheckpointNV
source · pub type PFN_vkCmdSetCheckpointNV = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pCheckpointMarker: *const c_void)>;Aliased Type§
enum PFN_vkCmdSetCheckpointNV {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const c_void)),
}