java.lang.Object
overrungl.opengl.ext.arb.GLARBGLSpirv
GLARBGLSpirv relies on preview features of the Java platform:
GLARBGLSpirvrefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_gl_spirv- Since:
- 0.1.0
- Author:
- squid233
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglSpecializeShaderARB(int shader, MemorySegmentPREVIEW pEntryPoint, int numSpecializationConstants, MemorySegmentPREVIEW pConstantIndex, MemorySegmentPREVIEW pConstantValue) static voidload(GLExtCaps ext, GLLoadFunc load)
-
Field Details
-
GL_SHADER_BINARY_FORMAT_SPIR_V_ARB
public static final int GL_SHADER_BINARY_FORMAT_SPIR_V_ARB- See Also:
-
GL_SPIR_V_BINARY_ARB
public static final int GL_SPIR_V_BINARY_ARB- See Also:
-
-
Constructor Details
-
GLARBGLSpirv
public GLARBGLSpirv()
-
-
Method Details
-
load
-
glSpecializeShaderARB
public static void glSpecializeShaderARB(int shader, MemorySegmentPREVIEW pEntryPoint, int numSpecializationConstants, MemorySegmentPREVIEW pConstantIndex, MemorySegmentPREVIEW pConstantValue)
-
GLARBGLSpirvwhen preview features are enabled.