Package org.lwjgl.vulkan
Class KHRShaderFloatControls
java.lang.Object
org.lwjgl.vulkan.KHRShaderFloatControls
The
VK_KHR_shader_float_controls extension enables efficient use of floating-point computations through the ability to query and override the implementation’s default behavior for rounding modes, denormals, signed zero, and infinity.
Promotion to Vulkan 1.2
All functionality in this extension is included in core Vulkan 1.2, with the KHR suffix omitted. The original type, enum, and command names are still available as aliases of the core functionality.
- Name String
VK_KHR_shader_float_controls- Extension Type
- Device extension
- Registered Extension Number
- 198
- Revision
- 4
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- SPIR-V Dependencies
- Deprecation State
- Promoted to Vulkan 1.2
- Contact
- Alexander Galazin alegal-arm
Other Extension Metadata
- Last Modified Date
- 2018-09-11
- IP Status
- No known IP claims.
- Contributors
- Alexander Galazin, Arm
- Jan-Harald Fredriksen, Arm
- Jeff Bolz, NVIDIA
- Graeme Leese, Broadcom
- Daniel Rakos, AMD
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkShaderFloatControlsIndependence.static final intExtendsVkShaderFloatControlsIndependence.static final intExtendsVkShaderFloatControlsIndependence.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION
public static final int VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHRExtendsVkStructureType.- See Also:
-
VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHR
public static final int VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHRExtendsVkShaderFloatControlsIndependence.Enum values:
- See Also:
-
VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHR
public static final int VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHRExtendsVkShaderFloatControlsIndependence.Enum values:
- See Also:
-
VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHR
public static final int VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHRExtendsVkShaderFloatControlsIndependence.Enum values:
- See Also:
-