pub type PFN_vkDestroyRenderPass = Option<unsafe extern "system" fn(device: Device, render_pass: RenderPass, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyRenderPass
Provided by VK_GRAPHICS_VERSION_1_0.
§Thread Safety
renderPassmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyRenderPass {
None,
Some(unsafe extern "system" fn(Device, RenderPass, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, RenderPass, *const AllocationCallbacks))
Some value of type T.