java.lang.Object
overrungl.opengl.ext.arb.GLARBShadingLanguageInclude
GLARBShadingLanguageInclude relies on preview features of the Java platform:
GLARBShadingLanguageIncluderefers 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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglCompileShaderIncludeARB(int shader, int count, MemorySegmentPREVIEW path, MemorySegmentPREVIEW length) static voidglDeleteNamedStringARB(int nameLen, MemorySegmentPREVIEW name) static voidglGetNamedStringARB(int nameLen, MemorySegmentPREVIEW name, int bufSize, MemorySegmentPREVIEW stringLen, MemorySegmentPREVIEW string) static voidglGetNamedStringivARB(int nameLen, MemorySegmentPREVIEW name, int pname, MemorySegmentPREVIEW params) static byteglIsNamedStringARB(int nameLen, MemorySegmentPREVIEW name) static voidglNamedStringARB(int type, int nameLen, MemorySegmentPREVIEW name, int stringLen, MemorySegmentPREVIEW string) static voidload(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)  
 - 
 
GLARBShadingLanguageIncludewhen preview features are enabled.