Skip to main content

PFN_vkCreateBufferCollectionFUCHSIA

Type Alias PFN_vkCreateBufferCollectionFUCHSIA 

Source
pub type PFN_vkCreateBufferCollectionFUCHSIA = Option<unsafe extern "system" fn(device: Device, p_create_info: *const BufferCollectionCreateInfoFUCHSIA, p_allocator: *const AllocationCallbacks, p_collection: *mut BufferCollectionFUCHSIA) -> Result>;
Expand description

vkCreateBufferCollectionFUCHSIA Provided by VK_FUCHSIA_buffer_collection.

§Success Codes

  • VK_SUCCESS

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_INVALID_EXTERNAL_HANDLE
  • VK_ERROR_INITIALIZATION_FAILED
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkCreateBufferCollectionFUCHSIA {
    None,
    Some(unsafe extern "system" fn(Device, *const BufferCollectionCreateInfoFUCHSIA, *const AllocationCallbacks, *mut BufferCollectionFUCHSIA) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *const BufferCollectionCreateInfoFUCHSIA, *const AllocationCallbacks, *mut BufferCollectionFUCHSIA) -> Result)

Some value of type T.