Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceShaderCoreProperties2AMD = PhysicalDeviceShaderCoreProperties2AMD {}
- newtype ShaderCorePropertiesFlagBitsAMD = ShaderCorePropertiesFlagBitsAMD Flags
- type ShaderCorePropertiesFlagsAMD = ShaderCorePropertiesFlagBitsAMD
- type AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION = 1
- pattern AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION :: forall a. Integral a => a
- type AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME = "VK_AMD_shader_core_properties2"
- pattern AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceShaderCoreProperties2AMD Source #
VkPhysicalDeviceShaderCoreProperties2AMD - Structure describing shader core properties that can be supported by an implementation
Members
The members of the PhysicalDeviceShaderCoreProperties2AMD
structure
describe the following implementation-dependent limits:
Description
If the PhysicalDeviceShaderCoreProperties2AMD
structure is included in
the pNext
chain of
PhysicalDeviceProperties2
,
it is filled with the implementation-dependent limits.
Valid Usage (Implicit)
See Also
PhysicalDeviceShaderCoreProperties2AMD | |
|
Instances
newtype ShaderCorePropertiesFlagBitsAMD Source #
VkShaderCorePropertiesFlagBitsAMD - Bitmask specifying shader core properties
See Also
PhysicalDeviceShaderCoreProperties2AMD
, ShaderCorePropertiesFlagsAMD
Instances
pattern AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION :: forall a. Integral a => a Source #
type AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME = "VK_AMD_shader_core_properties2" Source #
pattern AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #