Package org.lwjgl.vulkan
Class INTELShaderIntegerFunctions2
- java.lang.Object
-
- org.lwjgl.vulkan.INTELShaderIntegerFunctions2
-
public final class INTELShaderIntegerFunctions2 extends java.lang.Object
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_functions
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
- Requires Vulkan 1.0
- Requires
VK_KHR_get_physical_device_properties2
- Contact
- Ian Romanick ianromanick
- Last Modified Date
- 2019-04-30
- IP Status
- No known IP claims.
- Contributors
- Ian Romanick, Intel
- Ben Ashbaugh, Intel
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME
The extension name.static int
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL
ExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION
public static final int VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME
public static final java.lang.String VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
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_INTEL
ExtendsVkStructureType
.- See Also:
- Constant Field Values
-
-