C Specification
To unregister a custom border color, call:
// Provided by VK_EXT_custom_border_color with VK_EXT_descriptor_heap
void vkUnregisterCustomBorderColorEXT(
VkDevice device,
uint32_t index);
Parameters
-
deviceis the logical device where the border color is registered. -
indexis theuint32_tindex value to unregister.
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.