Package org.lwjgl.vulkan
Class EXTNonSeamlessCubeMap
java.lang.Object
org.lwjgl.vulkan.EXTNonSeamlessCubeMap
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.
- Name String
VK_EXT_non_seamless_cube_map- Extension Type
- Device extension
- Registered Extension Number
- 423
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Special Uses
- Contact
- Georg Lehmann DadSchoorse
- Extension Proposal
- VK_EXT_non_seamless_cube_map
Other Extension Metadata
- Last Modified Date
- 2021-09-04
- IP Status
- No known IP claims.
- Contributors
- Georg Lehmann
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkSamplerCreateFlagBits.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION
public static final int VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME
The extension name.- See Also:
-
VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXT
public static final int VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXTExtendsVkSamplerCreateFlagBits.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NON_SEAMLESS_CUBE_MAP_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NON_SEAMLESS_CUBE_MAP_FEATURES_EXTExtendsVkStructureType.- See Also:
-