Safe Haskell | None |
---|---|
Language | Haskell2010 |
Vulkan.Extensions.VK_KHR_portability_subset
Synopsis
- data PhysicalDevicePortabilitySubsetFeaturesKHR = PhysicalDevicePortabilitySubsetFeaturesKHR {
- constantAlphaColorBlendFactors :: Bool
- events :: Bool
- imageViewFormatReinterpretation :: Bool
- imageViewFormatSwizzle :: Bool
- imageView2DOn3DImage :: Bool
- multisampleArrayImage :: Bool
- mutableComparisonSamplers :: Bool
- pointPolygons :: Bool
- samplerMipLodBias :: Bool
- separateStencilMaskRef :: Bool
- shaderSampleRateInterpolationFunctions :: Bool
- tessellationIsolines :: Bool
- tessellationPointMode :: Bool
- triangleFans :: Bool
- vertexAttributeAccessBeyondStride :: Bool
- data PhysicalDevicePortabilitySubsetPropertiesKHR = PhysicalDevicePortabilitySubsetPropertiesKHR {}
- type KHR_PORTABILITY_SUBSET_SPEC_VERSION = 1
- pattern KHR_PORTABILITY_SUBSET_SPEC_VERSION :: forall a. Integral a => a
- type KHR_PORTABILITY_SUBSET_EXTENSION_NAME = "VK_KHR_portability_subset"
- pattern KHR_PORTABILITY_SUBSET_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDevicePortabilitySubsetFeaturesKHR Source #
VkPhysicalDevicePortabilitySubsetFeaturesKHR - Structure describing the features that may not be supported by an implementation of the Vulkan 1.0 Portability Subset
Members
The members of the PhysicalDevicePortabilitySubsetFeaturesKHR
structure describe the following features:
Description
If the PhysicalDevicePortabilitySubsetFeaturesKHR
structure is
included in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether the features are supported.
PhysicalDevicePortabilitySubsetFeaturesKHR
can also be used in the
pNext
chain of DeviceCreateInfo
to enable the
features.
Valid Usage (Implicit)
See Also
Constructors
PhysicalDevicePortabilitySubsetFeaturesKHR | |
Fields
|
Instances
data PhysicalDevicePortabilitySubsetPropertiesKHR Source #
VkPhysicalDevicePortabilitySubsetPropertiesKHR - Structure describing additional properties supported by a portable implementation
Members
The members of the PhysicalDevicePortabilitySubsetPropertiesKHR
structure describe the following implementation-dependent limits:
Description
If the PhysicalDevicePortabilitySubsetPropertiesKHR
structure is
included in the pNext
chain of
PhysicalDeviceProperties2
,
it is filled with the implementation-dependent limits.
Valid Usage (Implicit)
See Also
Constructors
PhysicalDevicePortabilitySubsetPropertiesKHR | |
Fields
|
Instances
type KHR_PORTABILITY_SUBSET_SPEC_VERSION = 1 Source #
pattern KHR_PORTABILITY_SUBSET_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_PORTABILITY_SUBSET_EXTENSION_NAME = "VK_KHR_portability_subset" Source #
pattern KHR_PORTABILITY_SUBSET_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #