pub type PFN_vkCreateRenderPass2 = Option<unsafe extern "system" fn(device: Device, p_create_info: *const RenderPassCreateInfo2, p_allocator: *const AllocationCallbacks, p_render_pass: *mut RenderPass) -> Result>;Expand description
vkCreateRenderPass2
Provided by VK_GRAPHICS_VERSION_1_2.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateRenderPass2 {
None,
Some(unsafe extern "system" fn(Device, *const RenderPassCreateInfo2, *const AllocationCallbacks, *mut RenderPass) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const RenderPassCreateInfo2, *const AllocationCallbacks, *mut RenderPass) -> Result)
Some value of type T.