Function Prototype

vkUnregisterCustomBorderColorEXT

Unregister a custom border color

To unregister a custom border color, call:

void vkUnregisterCustomBorderColorEXT(
    VkDevice                                            device,
    uint32_t                                            index);
  • device is the logical device where the border color is registered.
  • index is the uint32_t index value to unregister.

Valid Usage (Implicit)