pub type PFN_vkDestroyCudaFunctionNV = Option<unsafe extern "system" fn(device: VkDevice, function: VkCudaFunctionNV, pAllocator: *const VkAllocationCallbacks)>;

Aliased Type§

enum PFN_vkDestroyCudaFunctionNV {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkCudaFunctionNV_T, _: *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkCudaFunctionNV_T, _: *const VkAllocationCallbacks))

Some value of type T.