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§
None
No value.
Some(unsafe extern "system" fn(Device, CudaFunctionNV, *const AllocationCallbacks))
Some value of type T.