Package org.lwjgl.vulkan
Class EXTCustomBorderColor
java.lang.Object
org.lwjgl.vulkan.EXTCustomBorderColor
This extension provides cross-vendor functionality to specify a custom border color for use when the sampler address mode
SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER is used.
To create a sampler which uses a custom border color set VkSamplerCreateInfo::borderColor to one of:
When BORDER_COLOR_FLOAT_CUSTOM_EXT or BORDER_COLOR_INT_CUSTOM_EXT is used, applications must provide a VkSamplerCustomBorderColorCreateInfoEXT in the pNext chain for VkSamplerCreateInfo.
- Name String
VK_EXT_custom_border_color- Extension Type
- Device extension
- Registered Extension Number
- 288
- Revision
- 12
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Special Uses
- Contact
- Liam Middlebrook liam-middlebrook
Other Extension Metadata
- Last Modified Date
- 2020-04-16
- IP Status
- No known IP claims.
- Contributors
- Joshua Ashton, Valve
- Hans-Kristian Arntzen, Valve
- Philip Rebohle, Valve
- Liam Middlebrook, NVIDIA
- Jeff Bolz, NVIDIA
- Tobias Hector, AMD
- Faith Ekstrand, Intel
- Spencer Fricke, Samsung Electronics
- Graeme Leese, Broadcom
- Jesse Hall, Google
- Jan-Harald Fredriksen, ARM
- Tom Olson, ARM
- Stuart Smith, Imagination Technologies
- Donald Scorgie, Imagination Technologies
- Alex Walters, Imagination Technologies
- Peter Quayle, Imagination Technologies
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intExtendsVkBorderColor.static final intExtendsVkBorderColor.static final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION
public static final int VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT
public static final int VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_PROPERTIES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_PROPERTIES_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_BORDER_COLOR_FLOAT_CUSTOM_EXT
public static final int VK_BORDER_COLOR_FLOAT_CUSTOM_EXT- See Also:
-
VK_BORDER_COLOR_INT_CUSTOM_EXT
public static final int VK_BORDER_COLOR_INT_CUSTOM_EXT- See Also:
-