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§
None
No value.
Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkImageViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkImageView_T) -> VkResult)
Some value of type T.