Safe Haskell | None |
---|---|
Language | Haskell2010 |
Vulkan.Extensions.VK_KHR_shader_clock
Synopsis
- data PhysicalDeviceShaderClockFeaturesKHR = PhysicalDeviceShaderClockFeaturesKHR {}
- type KHR_SHADER_CLOCK_SPEC_VERSION = 1
- pattern KHR_SHADER_CLOCK_SPEC_VERSION :: forall a. Integral a => a
- type KHR_SHADER_CLOCK_EXTENSION_NAME = "VK_KHR_shader_clock"
- pattern KHR_SHADER_CLOCK_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceShaderClockFeaturesKHR Source #
VkPhysicalDeviceShaderClockFeaturesKHR - Structure describing features supported by VK_KHR_shader_clock
Description
If the PhysicalDeviceShaderClockFeaturesKHR
structure is included in
the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with values indicating whether each feature is supported.
PhysicalDeviceShaderClockFeaturesKHR
can also be included in the
pNext
chain of DeviceCreateInfo
to enable the
features.
Valid Usage (Implicit)
See Also
Constructors
PhysicalDeviceShaderClockFeaturesKHR | |
Fields
|
Instances
type KHR_SHADER_CLOCK_SPEC_VERSION = 1 Source #
pattern KHR_SHADER_CLOCK_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_SHADER_CLOCK_EXTENSION_NAME = "VK_KHR_shader_clock" Source #
pattern KHR_SHADER_CLOCK_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #