Type Definition unity_native_plugin_sys::PFN_vkFreeCommandBuffers[][src]

pub type PFN_vkFreeCommandBuffers = Option<unsafe extern "system" fn(device: VkDevice, commandPool: VkCommandPool, commandBufferCount: u32, pCommandBuffers: *const VkCommandBuffer)>;