Package org.lwjgl.vulkan
Class INTELShaderIntegerFunctions2
java.lang.Object
org.lwjgl.vulkan.INTELShaderIntegerFunctions2
This extension adds support for several new integer instructions in SPIR-V for use in graphics shaders. Many of these instructions have pre-existing counterparts in the Kernel environment.
The added integer functions are defined by the SPV_INTEL_shader_integer_functions2 SPIR-V extension and can be used with the GL_INTEL_shader_integer_functions2 GLSL extension.
- Name String
VK_INTEL_shader_integer_functions2- Extension Type
- Device extension
- Registered Extension Number
- 210
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- SPIR-V Dependencies
- Contact
- Ian Romanick ianromanick
Other Extension Metadata
- Last Modified Date
- 2019-04-30
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- This extension provides API support for
GL_INTEL_shader_integer_functions2.
- This extension provides API support for
- Contributors
- Ian Romanick, Intel
- Ben Ashbaugh, Intel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION
public static final int VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTELExtendsVkStructureType.- See Also:
-