java.lang.Object
overrungl.opengl.ext.arb.GLARBShadingLanguageInclude
GLARBShadingLanguageInclude
relies on preview features of the Java platform:
GLARBShadingLanguageInclude
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_shading_language_include
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glCompileShaderIncludeARB
(int shader, int count, MemorySegmentPREVIEW path, MemorySegmentPREVIEW length) static void
glDeleteNamedStringARB
(int nameLen, MemorySegmentPREVIEW name) static void
glGetNamedStringARB
(int nameLen, MemorySegmentPREVIEW name, int bufSize, MemorySegmentPREVIEW stringLen, MemorySegmentPREVIEW string) static void
glGetNamedStringivARB
(int nameLen, MemorySegmentPREVIEW name, int pname, MemorySegmentPREVIEW params) static byte
glIsNamedStringARB
(int nameLen, MemorySegmentPREVIEW name) static void
glNamedStringARB
(int type, int nameLen, MemorySegmentPREVIEW name, int stringLen, MemorySegmentPREVIEW string) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Field Details
-
GL_NAMED_STRING_LENGTH_ARB
public static final int GL_NAMED_STRING_LENGTH_ARB- See Also:
-
GL_NAMED_STRING_TYPE_ARB
public static final int GL_NAMED_STRING_TYPE_ARB- See Also:
-
GL_SHADER_INCLUDE_ARB
public static final int GL_SHADER_INCLUDE_ARB- See Also:
-
-
Constructor Details
-
GLARBShadingLanguageInclude
public GLARBShadingLanguageInclude()
-
-
Method Details
-
load
-
glNamedStringARB
public static void glNamedStringARB(int type, int nameLen, MemorySegmentPREVIEW name, int stringLen, MemorySegmentPREVIEW string) -
glDeleteNamedStringARB
-
glCompileShaderIncludeARB
public static void glCompileShaderIncludeARB(int shader, int count, MemorySegmentPREVIEW path, MemorySegmentPREVIEW length) -
glIsNamedStringARB
-
glGetNamedStringARB
public static void glGetNamedStringARB(int nameLen, MemorySegmentPREVIEW name, int bufSize, MemorySegmentPREVIEW stringLen, MemorySegmentPREVIEW string) -
glGetNamedStringivARB
public static void glGetNamedStringivARB(int nameLen, MemorySegmentPREVIEW name, int pname, MemorySegmentPREVIEW params)
-
GLARBShadingLanguageInclude
when preview features are enabled.