Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceInlineUniformBlockFeaturesEXT = PhysicalDeviceInlineUniformBlockFeaturesEXT {}
- data PhysicalDeviceInlineUniformBlockPropertiesEXT = PhysicalDeviceInlineUniformBlockPropertiesEXT {}
- data WriteDescriptorSetInlineUniformBlockEXT = WriteDescriptorSetInlineUniformBlockEXT {}
- data DescriptorPoolInlineUniformBlockCreateInfoEXT = DescriptorPoolInlineUniformBlockCreateInfoEXT {}
- type EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION = 1
- pattern EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION :: forall a. Integral a => a
- type EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME = "VK_EXT_inline_uniform_block"
- pattern EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceInlineUniformBlockFeaturesEXT Source #
VkPhysicalDeviceInlineUniformBlockFeaturesEXT - Structure describing inline uniform block features that can be supported by an implementation
Members
The members of the PhysicalDeviceInlineUniformBlockFeaturesEXT
structure describe the following features:
Description
If the PhysicalDeviceInlineUniformBlockFeaturesEXT
structure is
included in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether each feature is supported.
PhysicalDeviceInlineUniformBlockFeaturesEXT
can also be included in
the pNext
chain of DeviceCreateInfo
to enable
features.
Valid Usage (Implicit)
See Also
PhysicalDeviceInlineUniformBlockFeaturesEXT | |
|
Instances
data PhysicalDeviceInlineUniformBlockPropertiesEXT Source #
VkPhysicalDeviceInlineUniformBlockPropertiesEXT - Structure describing inline uniform block properties that can be supported by an implementation
Members
The members of the PhysicalDeviceInlineUniformBlockPropertiesEXT
structure describe the following implementation-dependent limits:
Description
If the PhysicalDeviceInlineUniformBlockPropertiesEXT
structure is
included in the pNext
chain of
PhysicalDeviceProperties2
,
it is filled with the implementation-dependent limits.
Valid Usage (Implicit)
See Also
PhysicalDeviceInlineUniformBlockPropertiesEXT | |
|
Instances
data WriteDescriptorSetInlineUniformBlockEXT Source #
VkWriteDescriptorSetInlineUniformBlockEXT - Structure specifying inline uniform block data
Valid Usage (Implicit)
See Also
Instances
data DescriptorPoolInlineUniformBlockCreateInfoEXT Source #
VkDescriptorPoolInlineUniformBlockCreateInfoEXT - Structure specifying the maximum number of inline uniform block bindings of a newly created descriptor pool
Valid Usage (Implicit)
See Also
DescriptorPoolInlineUniformBlockCreateInfoEXT | |
|
Instances
type EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION = 1 Source #
pattern EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME = "VK_EXT_inline_uniform_block" Source #
pattern EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #