Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeaturesEXT {}
- type EXT_IMAGE_ROBUSTNESS_SPEC_VERSION = 1
- pattern EXT_IMAGE_ROBUSTNESS_SPEC_VERSION :: forall a. Integral a => a
- type EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME = "VK_EXT_image_robustness"
- pattern EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceImageRobustnessFeaturesEXT Source #
VkPhysicalDeviceImageRobustnessFeaturesEXT - Structure describing the out-of-bounds behavior for an implementation
Members
The members of the PhysicalDeviceImageRobustnessFeaturesEXT
structure
describe the following features:
Description
If the PhysicalDeviceImageRobustnessFeaturesEXT
structure is included
in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether the feature is supported.
Valid Usage (Implicit)
See Also
PhysicalDeviceImageRobustnessFeaturesEXT | |
|
Instances
type EXT_IMAGE_ROBUSTNESS_SPEC_VERSION = 1 Source #
pattern EXT_IMAGE_ROBUSTNESS_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME = "VK_EXT_image_robustness" Source #
pattern EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #