Function Prototype
vkUnregisterCustomBorderColorEXT
Unregister a custom border color
To unregister a custom border color, call:
void vkUnregisterCustomBorderColorEXT(
VkDevice device,
uint32_t index);
pub fn unregister_custom_border_color_ext(
device: vk::Device,
index: u32,
);
deviceis the logical device where the border color is registered.indexis theuint32_tindex value to unregister.
Valid Usage
VUID-vkUnregisterCustomBorderColorEXT-index-11288
index must be less than maxCustomBorderColorSamplers
Valid Usage (Implicit)
VUID-vkUnregisterCustomBorderColorEXT-device-parameter
device must be a valid VkDevice handle
Parent
VK_EXT_descriptor_heapType
Function Prototype