Skip to main content

PFN_vkDestroySampler

Type Alias PFN_vkDestroySampler 

Source
pub type PFN_vkDestroySampler = Option<unsafe extern "system" fn(device: Device, sampler: Sampler, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroySampler Provided by VK_COMPUTE_VERSION_1_0.

§Thread Safety

  • sampler must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.