Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype ShaderFloatControlsIndependence where
Documentation
newtype ShaderFloatControlsIndependence Source #
VkShaderFloatControlsIndependence - Bitmask specifying whether, and how, shader float controls can be set separately
See Also
VK_KHR_shader_float_controls,
VK_VERSION_1_2,
PhysicalDeviceFloatControlsProperties
,
PhysicalDeviceVulkan12Properties
pattern SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY :: ShaderFloatControlsIndependence |
|
pattern SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL :: ShaderFloatControlsIndependence |
|
pattern SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE :: ShaderFloatControlsIndependence |
|