Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceShaderTerminateInvocationFeaturesKHR = PhysicalDeviceShaderTerminateInvocationFeaturesKHR {}
- type KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION = 1
- pattern KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION :: forall a. Integral a => a
- type KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME = "VK_KHR_shader_terminate_invocation"
- pattern KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDeviceShaderTerminateInvocationFeaturesKHR Source #
VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR - Structure
describing support for the SPIR-V SPV_KHR_terminate_invocation
extension
Members
The members of the PhysicalDeviceShaderTerminateInvocationFeaturesKHR
structure describe the following feature:
Description
If the PhysicalDeviceShaderTerminateInvocationFeaturesKHR
structure is
included in the pNext
chain of
PhysicalDeviceFeatures2
,
it is filled with a value indicating whether the feature is supported.
PhysicalDeviceShaderTerminateInvocationFeaturesKHR
can also be
included in the pNext
chain of DeviceCreateInfo
to enable the features.
Valid Usage (Implicit)
See Also
PhysicalDeviceShaderTerminateInvocationFeaturesKHR | |
|
Instances
pattern KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME = "VK_KHR_shader_terminate_invocation" Source #
pattern KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #