Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceDepthClipEnableFeaturesEXT = PhysicalDeviceDepthClipEnableFeaturesEXT {}
- data PipelineRasterizationDepthClipStateCreateInfoEXT = PipelineRasterizationDepthClipStateCreateInfoEXT {}
- newtype PipelineRasterizationDepthClipStateCreateFlagsEXT = PipelineRasterizationDepthClipStateCreateFlagsEXT Flags
- type EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION = 1
- pattern EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION :: forall a. Integral a => a
- type EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME = "VK_EXT_depth_clip_enable"
- pattern EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceDepthClipEnableFeaturesEXT Source #
VkPhysicalDeviceDepthClipEnableFeaturesEXT - Structure indicating support for explicit enable of depth clip
Members
The members of the PhysicalDeviceDepthClipEnableFeaturesEXT
structure
describe the following features:
Description
If the PhysicalDeviceDepthClipEnableFeaturesEXT
structure is included
in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether the feature is supported.
PhysicalDeviceDepthClipEnableFeaturesEXT
can also be included in the
pNext
chain of DeviceCreateInfo
to enable this
feature.
Valid Usage (Implicit)
See Also
PhysicalDeviceDepthClipEnableFeaturesEXT | |
|
Instances
data PipelineRasterizationDepthClipStateCreateInfoEXT Source #
VkPipelineRasterizationDepthClipStateCreateInfoEXT - Structure specifying depth clipping state
Valid Usage (Implicit)
See Also
Bool32
,
PipelineRasterizationDepthClipStateCreateFlagsEXT
,
StructureType
PipelineRasterizationDepthClipStateCreateInfoEXT | |
|
Instances
newtype PipelineRasterizationDepthClipStateCreateFlagsEXT Source #
VkPipelineRasterizationDepthClipStateCreateFlagsEXT - Reserved for future use
Description
PipelineRasterizationDepthClipStateCreateFlagsEXT
is a bitmask type
for setting a mask, but is currently reserved for future use.
See Also
Instances
type EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION = 1 Source #
pattern EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME = "VK_EXT_depth_clip_enable" Source #
pattern EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #