C Specification
To fill the private attributes of an unreconciled NvSciBufAttrList,
call:
// Provided by VK_NV_external_memory_sci_buf
VkResult vkGetPhysicalDeviceSciBufAttributesNV(
VkPhysicalDevice physicalDevice,
NvSciBufAttrList pAttributes);
Parameters
-
physicalDeviceis the handle to the physical device that will be used to determine the attributes. -
pAttributesis an opaqueNvSciBufAttrListin which the implementation will set the requested attributes.
Description
On success, pAttributes will contain an unreconciled
NvSciBufAttrList whose private attributes are filled in by the
implementation.
If the private attributes of physicalDevice could not be obtained,
VK_ERROR_INITIALIZATION_FAILED is returned.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.