Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceYcbcrImageArraysFeaturesEXT = PhysicalDeviceYcbcrImageArraysFeaturesEXT {}
- type EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION = 1
- pattern EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION :: forall a. Integral a => a
- type EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME = "VK_EXT_ycbcr_image_arrays"
- pattern EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceYcbcrImageArraysFeaturesEXT Source #
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT - Structure describing extended Y’CbCr image creation features that can be supported by an implementation
Members
The members of the PhysicalDeviceYcbcrImageArraysFeaturesEXT
structure
describe the following features:
Description
If the PhysicalDeviceYcbcrImageArraysFeaturesEXT
structure is included
in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether the feature is supported.
PhysicalDeviceYcbcrImageArraysFeaturesEXT
can also be included in
the pNext
chain of DeviceCreateInfo
to enable
features.
Valid Usage (Implicit)
See Also
PhysicalDeviceYcbcrImageArraysFeaturesEXT | |
|
Instances
type EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION = 1 Source #
pattern EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME = "VK_EXT_ycbcr_image_arrays" Source #
pattern EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #