pub type PFN_vkGetPhysicalDeviceExternalBufferProperties = Option<unsafe extern "system" fn(physical_device: PhysicalDevice, p_external_buffer_info: *const PhysicalDeviceExternalBufferInfo, p_external_buffer_properties: *mut ExternalBufferProperties)>;Expand description
vkGetPhysicalDeviceExternalBufferProperties
Provided by VK_BASE_VERSION_1_1.
Aliased Type§
pub enum PFN_vkGetPhysicalDeviceExternalBufferProperties {
None,
Some(unsafe extern "system" fn(PhysicalDevice, *const PhysicalDeviceExternalBufferInfo, *mut ExternalBufferProperties)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(PhysicalDevice, *const PhysicalDeviceExternalBufferInfo, *mut ExternalBufferProperties))
Some value of type T.