Skip to main content

PFN_vkDestroyCudaFunctionNV

Type Alias PFN_vkDestroyCudaFunctionNV 

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

vkDestroyCudaFunctionNV Provided by VK_NV_cuda_kernel_launch.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.