Type Alias PFN_vkCreateImageView

Source
pub type PFN_vkCreateImageView = Option<unsafe extern "C" fn(device: VkDevice, pCreateInfo: *const VkImageViewCreateInfo, pAllocator: *const VkAllocationCallbacks, pView: *mut VkImageView) -> VkResult>;

Aliased Type§

enum PFN_vkCreateImageView {
    None,
    Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkImageViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkImageView_T) -> VkResult),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkImageViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkImageView_T) -> VkResult)

Some value of type T.