Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceFragmentDensityMap2FeaturesEXT = PhysicalDeviceFragmentDensityMap2FeaturesEXT {}
- data PhysicalDeviceFragmentDensityMap2PropertiesEXT = PhysicalDeviceFragmentDensityMap2PropertiesEXT {}
- type EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION = 1
- pattern EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION :: forall a. Integral a => a
- type EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME = "VK_EXT_fragment_density_map2"
- pattern EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceFragmentDensityMap2FeaturesEXT Source #
VkPhysicalDeviceFragmentDensityMap2FeaturesEXT - Structure describing additional fragment density map features that can be supported by an implementation
Members
The members of the PhysicalDeviceFragmentDensityMap2FeaturesEXT
structure describe the following features:
Description
If the PhysicalDeviceFragmentDensityMap2FeaturesEXT
structure is
included in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether each feature is supported.
PhysicalDeviceFragmentDensityMap2FeaturesEXT
can also be included in
pNext
chain of DeviceCreateInfo
to enable the
features.
Valid Usage (Implicit)
See Also
PhysicalDeviceFragmentDensityMap2FeaturesEXT | |
|
Instances
data PhysicalDeviceFragmentDensityMap2PropertiesEXT Source #
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT - Structure describing additional fragment density map properties that can be supported by an implementation
Members
The members of the PhysicalDeviceFragmentDensityMap2PropertiesEXT
structure describe the following implementation-dependent limits:
Valid Usage (Implicit)
If the PhysicalDeviceFragmentDensityMap2PropertiesEXT
structure is
included in the pNext
chain of
PhysicalDeviceProperties2
,
it is filled with the implementation-dependent limits and properties.
See Also
PhysicalDeviceFragmentDensityMap2PropertiesEXT | |
|
Instances
pattern EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME = "VK_EXT_fragment_density_map2" Source #
pattern EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #