Type Alias unity_native_plugin_sys::PFN_vkCreateImageView
source · pub type PFN_vkCreateImageView = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkImageViewCreateInfo, pAllocator: *const VkAllocationCallbacks, pView: *mut VkImageView) -> VkResult>;Aliased Type§
enum PFN_vkCreateImageView {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkImageViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkImageView_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkImageViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkImageView_T) -> i32)
Some value of type T.