pub type PFN_vkCreateExternalComputeQueueNV = Option<unsafe extern "system" fn(device: Device, p_create_info: *const ExternalComputeQueueCreateInfoNV, p_allocator: *const AllocationCallbacks, p_external_queue: *mut ExternalComputeQueueNV) -> Result>;Expand description
vkCreateExternalComputeQueueNV
Provided by VK_NV_external_compute_queue.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_TOO_MANY_OBJECTSVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateExternalComputeQueueNV {
None,
Some(unsafe extern "system" fn(Device, *const ExternalComputeQueueCreateInfoNV, *const AllocationCallbacks, *mut ExternalComputeQueueNV) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const ExternalComputeQueueCreateInfoNV, *const AllocationCallbacks, *mut ExternalComputeQueueNV) -> Result)
Some value of type T.