Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Name
VK_EXT_non_seamless_cube_map - device extension
VK_EXT_non_seamless_cube_map
- Name String
VK_EXT_non_seamless_cube_map
- Extension Type
- Device extension
- Registered Extension Number
- 423
- Revision
- 1
- Ratification Status
- Not ratified
- Extension and Version Dependencies
- VK_KHR_get_physical_device_properties2
- 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
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
New Enum Constants
EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION
Extending
SamplerCreateFlagBits
:Extending
StructureType
:
Version History
Revision 1, 2021-09-04 (Georg Lehmann)
- First Version
See Also
PhysicalDeviceNonSeamlessCubeMapFeaturesEXT
Document Notes
For more information, see the Vulkan Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Synopsis
- data PhysicalDeviceNonSeamlessCubeMapFeaturesEXT = PhysicalDeviceNonSeamlessCubeMapFeaturesEXT {}
- type EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION = 1
- pattern EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION :: forall a. Integral a => a
- type EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME = "VK_EXT_non_seamless_cube_map"
- pattern EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceNonSeamlessCubeMapFeaturesEXT Source #
VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT - Structure describing features to disable seamless cube maps
Members
This structure describes the following feature:
Description
If the PhysicalDeviceNonSeamlessCubeMapFeaturesEXT
structure is
included in the pNext
chain of the
PhysicalDeviceFeatures2
structure passed to
getPhysicalDeviceFeatures2
,
it is filled in to indicate whether each corresponding feature is
supported. PhysicalDeviceNonSeamlessCubeMapFeaturesEXT
can also be
used in the pNext
chain of DeviceCreateInfo
to
selectively enable these features.
Valid Usage (Implicit)
See Also
PhysicalDeviceNonSeamlessCubeMapFeaturesEXT | |
|
Instances
pattern EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME = "VK_EXT_non_seamless_cube_map" Source #
pattern EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #