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
samplermust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroySampler {
None,
Some(unsafe extern "system" fn(Device, Sampler, *const AllocationCallbacks)),
}