Class EXTNonSeamlessCubeMap

java.lang.Object
org.lwjgl.vulkan.EXTNonSeamlessCubeMap

public final class EXTNonSeamlessCubeMap extends Object
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_properties2 or Version 1.1
Special Uses
Contact
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 Details

    • VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION

      public static final int VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME

      public static final String 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_EXT
      Extends VkSamplerCreateFlagBits.
      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_EXT
      Extends VkStructureType.
      See Also: