[][src]Type Definition unity_native_plugin_sys::PFN_vkFreeCommandBuffers

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