VK_EXT_non_seamless_cube_map
Other Extension Metadata
Last Modified Date
2021-09-04
IP Status
No known IP claims.
Contributors
- Georg Lehmann
Description
This extension provides functionality to disable cube map edge handling on a per sampler level which matches the behavior of other graphics APIs.
This extension may be useful for building translation layers for those APIs or for porting applications that rely on this cube map behavior.
New Structures
- Extending VkPhysicalDeviceFeatures2, VkDeviceCreateInfo:
New Enum Constants
VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME
VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION
- Extending VkSamplerCreateFlagBits:
VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXT
- Extending VkStructureType:
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NON_SEAMLESS_CUBE_MAP_FEATURES_EXT
Version History
- Revision 1, 2021-09-04 (Georg Lehmann)
- First Version