Skip to main content

PFN_vkDestroyRenderPass

Type Alias PFN_vkDestroyRenderPass 

Source
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

  • renderPass must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyRenderPass {
    None,
    Some(unsafe extern "system" fn(Device, RenderPass, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, RenderPass, *const AllocationCallbacks))

Some value of type T.