Type Alias unity_native_plugin_sys::PFN_vkCreateSampler

source ·
pub type PFN_vkCreateSampler = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkSamplerCreateInfo, pAllocator: *const VkAllocationCallbacks, pSampler: *mut VkSampler) -> VkResult>;

Aliased Type§

enum PFN_vkCreateSampler {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkSamplerCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSampler_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkSamplerCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSampler_T) -> i32)

Some value of type T.