C Specification
To create object tables, call:
VkResult vkCreateObjectTableNVX(
VkDevice device,
const VkObjectTableCreateInfoNVX* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkObjectTableNVX* pObjectTable);
Parameters
-
device
is the logical device that creates the object table. -
pCreateInfo
is a pointer to aVkObjectTableCreateInfoNVX
structure containing parameters affecting creation of the table. -
pAllocator
controls host memory allocation as described in the Memory Allocation chapter. -
pObjectTable
is a pointer to a VkObjectTableNVX handle in which the resulting object table is returned.
Description
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.