C Specification
Use the following command to unregister resources from an object table:
VkResult vkUnregisterObjectsNVX(
VkDevice device,
VkObjectTableNVX objectTable,
uint32_t objectCount,
const VkObjectEntryTypeNVX* pObjectEntryTypes,
const uint32_t* pObjectIndices);
Parameters
-
device
is the logical device that creates the object table. -
objectTable
is the table from which the resources are unregistered. -
objectCount
is the number of resources being removed from the object table. -
pObjectEntryType
provides an array of VkObjectEntryTypeNVX for the resources being removed. -
pObjectIndices
provides the array of object indices to be removed.
Description
See Also
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.
Copyright
Copyright (c) 2014-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.