java.lang.Object
overrungl.opengl.ext.arb.GLARBGLSpirv
GLARBGLSpirv
relies on preview features of the Java platform:
GLARBGLSpirv
refers 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
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glSpecializeShaderARB
(int shader, MemorySegmentPREVIEW pEntryPoint, int numSpecializationConstants, MemorySegmentPREVIEW pConstantIndex, MemorySegmentPREVIEW pConstantValue) static void
load
(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)
-
GLARBGLSpirv
when preview features are enabled.