Type Alias unity_native_plugin_sys::PFN_vkResetCommandBuffer
source · pub type PFN_vkResetCommandBuffer = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, flags: VkCommandBufferResetFlags) -> VkResult>;Aliased Type§
enum PFN_vkResetCommandBuffer {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: u32) -> i32),
}