Class GLCapabilities

java.lang.Object
overrungl.opengl.GLCapabilities

public class GLCapabilities extends Object
The OpenGL capabilities.
Since:
0.1.0
Author:
squid233
  • Field Details

    • glBlendFunc

      public MethodHandle glBlendFunc
      OpenGL 1.0 method handles
    • glClear

      public MethodHandle glClear
      OpenGL 1.0 method handles
    • glClearColor

      public MethodHandle glClearColor
      OpenGL 1.0 method handles
    • glClearDepth

      public MethodHandle glClearDepth
      OpenGL 1.0 method handles
    • glClearStencil

      public MethodHandle glClearStencil
      OpenGL 1.0 method handles
    • glColorMask

      public MethodHandle glColorMask
      OpenGL 1.0 method handles
    • glCullFace

      public MethodHandle glCullFace
      OpenGL 1.0 method handles
    • glDepthFunc

      public MethodHandle glDepthFunc
      OpenGL 1.0 method handles
    • glDepthMask

      public MethodHandle glDepthMask
      OpenGL 1.0 method handles
    • glDepthRange

      public MethodHandle glDepthRange
      OpenGL 1.0 method handles
    • glDisable

      public MethodHandle glDisable
      OpenGL 1.0 method handles
    • glDrawBuffer

      public MethodHandle glDrawBuffer
      OpenGL 1.0 method handles
    • glEnable

      public MethodHandle glEnable
      OpenGL 1.0 method handles
    • glFinish

      public MethodHandle glFinish
      OpenGL 1.0 method handles
    • glFlush

      public MethodHandle glFlush
      OpenGL 1.0 method handles
    • glFrontFace

      public MethodHandle glFrontFace
      OpenGL 1.0 method handles
    • glGetBooleanv

      public MethodHandle glGetBooleanv
      OpenGL 1.0 method handles
    • glGetDoublev

      public MethodHandle glGetDoublev
      OpenGL 1.0 method handles
    • glGetError

      public MethodHandle glGetError
      OpenGL 1.0 method handles
    • glGetFloatv

      public MethodHandle glGetFloatv
      OpenGL 1.0 method handles
    • glGetIntegerv

      public MethodHandle glGetIntegerv
      OpenGL 1.0 method handles
    • glGetString

      public MethodHandle glGetString
      OpenGL 1.0 method handles
    • glGetTexImage

      public MethodHandle glGetTexImage
      OpenGL 1.0 method handles
    • glGetTexLevelParameterfv

      public MethodHandle glGetTexLevelParameterfv
      OpenGL 1.0 method handles
    • glGetTexLevelParameteriv

      public MethodHandle glGetTexLevelParameteriv
      OpenGL 1.0 method handles
    • glGetTexParameterfv

      public MethodHandle glGetTexParameterfv
      OpenGL 1.0 method handles
    • glGetTexParameteriv

      public MethodHandle glGetTexParameteriv
      OpenGL 1.0 method handles
    • glHint

      public MethodHandle glHint
      OpenGL 1.0 method handles
    • glIsEnabled

      public MethodHandle glIsEnabled
      OpenGL 1.0 method handles
    • glLineWidth

      public MethodHandle glLineWidth
      OpenGL 1.0 method handles
    • glLogicOp

      public MethodHandle glLogicOp
      OpenGL 1.0 method handles
    • glPixelStoref

      public MethodHandle glPixelStoref
      OpenGL 1.0 method handles
    • glPixelStorei

      public MethodHandle glPixelStorei
      OpenGL 1.0 method handles
    • glPointSize

      public MethodHandle glPointSize
      OpenGL 1.0 method handles
    • glPolygonMode

      public MethodHandle glPolygonMode
      OpenGL 1.0 method handles
    • glReadBuffer

      public MethodHandle glReadBuffer
      OpenGL 1.0 method handles
    • glReadPixels

      public MethodHandle glReadPixels
      OpenGL 1.0 method handles
    • glScissor

      public MethodHandle glScissor
      OpenGL 1.0 method handles
    • glStencilFunc

      public MethodHandle glStencilFunc
      OpenGL 1.0 method handles
    • glStencilMask

      public MethodHandle glStencilMask
      OpenGL 1.0 method handles
    • glStencilOp

      public MethodHandle glStencilOp
      OpenGL 1.0 method handles
    • glTexImage1D

      public MethodHandle glTexImage1D
      OpenGL 1.0 method handles
    • glTexImage2D

      public MethodHandle glTexImage2D
      OpenGL 1.0 method handles
    • glTexParameterf

      public MethodHandle glTexParameterf
      OpenGL 1.0 method handles
    • glTexParameterfv

      public MethodHandle glTexParameterfv
      OpenGL 1.0 method handles
    • glTexParameteri

      public MethodHandle glTexParameteri
      OpenGL 1.0 method handles
    • glTexParameteriv

      public MethodHandle glTexParameteriv
      OpenGL 1.0 method handles
    • glViewport

      public MethodHandle glViewport
      OpenGL 1.0 method handles
    • glAccum

      public MethodHandle glAccum
      OpenGL 1.0 compatibility method handles
    • glAlphaFunc

      public MethodHandle glAlphaFunc
      OpenGL 1.0 compatibility method handles
    • glBegin

      public MethodHandle glBegin
      OpenGL 1.0 compatibility method handles
    • glBitmap

      public MethodHandle glBitmap
      OpenGL 1.0 compatibility method handles
    • glCallList

      public MethodHandle glCallList
      OpenGL 1.0 compatibility method handles
    • glCallLists

      public MethodHandle glCallLists
      OpenGL 1.0 compatibility method handles
    • glClearAccum

      public MethodHandle glClearAccum
      OpenGL 1.0 compatibility method handles
    • glClearIndex

      public MethodHandle glClearIndex
      OpenGL 1.0 compatibility method handles
    • glClipPlane

      public MethodHandle glClipPlane
      OpenGL 1.0 compatibility method handles
    • glColor3b

      public MethodHandle glColor3b
      OpenGL 1.0 compatibility method handles
    • glColor3bv

      public MethodHandle glColor3bv
      OpenGL 1.0 compatibility method handles
    • glColor3d

      public MethodHandle glColor3d
      OpenGL 1.0 compatibility method handles
    • glColor3dv

      public MethodHandle glColor3dv
      OpenGL 1.0 compatibility method handles
    • glColor3f

      public MethodHandle glColor3f
      OpenGL 1.0 compatibility method handles
    • glColor3fv

      public MethodHandle glColor3fv
      OpenGL 1.0 compatibility method handles
    • glColor3i

      public MethodHandle glColor3i
      OpenGL 1.0 compatibility method handles
    • glColor3iv

      public MethodHandle glColor3iv
      OpenGL 1.0 compatibility method handles
    • glColor3s

      public MethodHandle glColor3s
      OpenGL 1.0 compatibility method handles
    • glColor3sv

      public MethodHandle glColor3sv
      OpenGL 1.0 compatibility method handles
    • glColor3ub

      public MethodHandle glColor3ub
      OpenGL 1.0 compatibility method handles
    • glColor3ubv

      public MethodHandle glColor3ubv
      OpenGL 1.0 compatibility method handles
    • glColor3ui

      public MethodHandle glColor3ui
      OpenGL 1.0 compatibility method handles
    • glColor3uiv

      public MethodHandle glColor3uiv
      OpenGL 1.0 compatibility method handles
    • glColor3us

      public MethodHandle glColor3us
      OpenGL 1.0 compatibility method handles
    • glColor3usv

      public MethodHandle glColor3usv
      OpenGL 1.0 compatibility method handles
    • glColor4b

      public MethodHandle glColor4b
      OpenGL 1.0 compatibility method handles
    • glColor4bv

      public MethodHandle glColor4bv
      OpenGL 1.0 compatibility method handles
    • glColor4d

      public MethodHandle glColor4d
      OpenGL 1.0 compatibility method handles
    • glColor4dv

      public MethodHandle glColor4dv
      OpenGL 1.0 compatibility method handles
    • glColor4f

      public MethodHandle glColor4f
      OpenGL 1.0 compatibility method handles
    • glColor4fv

      public MethodHandle glColor4fv
      OpenGL 1.0 compatibility method handles
    • glColor4i

      public MethodHandle glColor4i
      OpenGL 1.0 compatibility method handles
    • glColor4iv

      public MethodHandle glColor4iv
      OpenGL 1.0 compatibility method handles
    • glColor4s

      public MethodHandle glColor4s
      OpenGL 1.0 compatibility method handles
    • glColor4sv

      public MethodHandle glColor4sv
      OpenGL 1.0 compatibility method handles
    • glColor4ub

      public MethodHandle glColor4ub
      OpenGL 1.0 compatibility method handles
    • glColor4ubv

      public MethodHandle glColor4ubv
      OpenGL 1.0 compatibility method handles
    • glColor4ui

      public MethodHandle glColor4ui
      OpenGL 1.0 compatibility method handles
    • glColor4uiv

      public MethodHandle glColor4uiv
      OpenGL 1.0 compatibility method handles
    • glColor4us

      public MethodHandle glColor4us
      OpenGL 1.0 compatibility method handles
    • glColor4usv

      public MethodHandle glColor4usv
      OpenGL 1.0 compatibility method handles
    • glColorMaterial

      public MethodHandle glColorMaterial
      OpenGL 1.0 compatibility method handles
    • glCopyPixels

      public MethodHandle glCopyPixels
      OpenGL 1.0 compatibility method handles
    • glDeleteLists

      public MethodHandle glDeleteLists
      OpenGL 1.0 compatibility method handles
    • glDrawPixels

      public MethodHandle glDrawPixels
      OpenGL 1.0 compatibility method handles
    • glEdgeFlag

      public MethodHandle glEdgeFlag
      OpenGL 1.0 compatibility method handles
    • glEdgeFlagv

      public MethodHandle glEdgeFlagv
      OpenGL 1.0 compatibility method handles
    • glEnd

      public MethodHandle glEnd
      OpenGL 1.0 compatibility method handles
    • glEndList

      public MethodHandle glEndList
      OpenGL 1.0 compatibility method handles
    • glEvalCoord1d

      public MethodHandle glEvalCoord1d
      OpenGL 1.0 compatibility method handles
    • glEvalCoord1dv

      public MethodHandle glEvalCoord1dv
      OpenGL 1.0 compatibility method handles
    • glEvalCoord1f

      public MethodHandle glEvalCoord1f
      OpenGL 1.0 compatibility method handles
    • glEvalCoord1fv

      public MethodHandle glEvalCoord1fv
      OpenGL 1.0 compatibility method handles
    • glEvalCoord2d

      public MethodHandle glEvalCoord2d
      OpenGL 1.0 compatibility method handles
    • glEvalCoord2dv

      public MethodHandle glEvalCoord2dv
      OpenGL 1.0 compatibility method handles
    • glEvalCoord2f

      public MethodHandle glEvalCoord2f
      OpenGL 1.0 compatibility method handles
    • glEvalCoord2fv

      public MethodHandle glEvalCoord2fv
      OpenGL 1.0 compatibility method handles
    • glEvalMesh1

      public MethodHandle glEvalMesh1
      OpenGL 1.0 compatibility method handles
    • glEvalMesh2

      public MethodHandle glEvalMesh2
      OpenGL 1.0 compatibility method handles
    • glEvalPoint1

      public MethodHandle glEvalPoint1
      OpenGL 1.0 compatibility method handles
    • glEvalPoint2

      public MethodHandle glEvalPoint2
      OpenGL 1.0 compatibility method handles
    • glFeedbackBuffer

      public MethodHandle glFeedbackBuffer
      OpenGL 1.0 compatibility method handles
    • glFogf

      public MethodHandle glFogf
      OpenGL 1.0 compatibility method handles
    • glFogfv

      public MethodHandle glFogfv
      OpenGL 1.0 compatibility method handles
    • glFogi

      public MethodHandle glFogi
      OpenGL 1.0 compatibility method handles
    • glFogiv

      public MethodHandle glFogiv
      OpenGL 1.0 compatibility method handles
    • glFrustum

      public MethodHandle glFrustum
      OpenGL 1.0 compatibility method handles
    • glGenLists

      public MethodHandle glGenLists
      OpenGL 1.0 compatibility method handles
    • glGetClipPlane

      public MethodHandle glGetClipPlane
      OpenGL 1.0 compatibility method handles
    • glGetLightfv

      public MethodHandle glGetLightfv
      OpenGL 1.0 compatibility method handles
    • glGetLightiv

      public MethodHandle glGetLightiv
      OpenGL 1.0 compatibility method handles
    • glGetMapdv

      public MethodHandle glGetMapdv
      OpenGL 1.0 compatibility method handles
    • glGetMapfv

      public MethodHandle glGetMapfv
      OpenGL 1.0 compatibility method handles
    • glGetMapiv

      public MethodHandle glGetMapiv
      OpenGL 1.0 compatibility method handles
    • glGetMaterialfv

      public MethodHandle glGetMaterialfv
      OpenGL 1.0 compatibility method handles
    • glGetMaterialiv

      public MethodHandle glGetMaterialiv
      OpenGL 1.0 compatibility method handles
    • glGetPixelMapfv

      public MethodHandle glGetPixelMapfv
      OpenGL 1.0 compatibility method handles
    • glGetPixelMapuiv

      public MethodHandle glGetPixelMapuiv
      OpenGL 1.0 compatibility method handles
    • glGetPixelMapusv

      public MethodHandle glGetPixelMapusv
      OpenGL 1.0 compatibility method handles
    • glGetPolygonStipple

      public MethodHandle glGetPolygonStipple
      OpenGL 1.0 compatibility method handles
    • glGetTexEnvfv

      public MethodHandle glGetTexEnvfv
      OpenGL 1.0 compatibility method handles
    • glGetTexEnviv

      public MethodHandle glGetTexEnviv
      OpenGL 1.0 compatibility method handles
    • glGetTexGendv

      public MethodHandle glGetTexGendv
      OpenGL 1.0 compatibility method handles
    • glGetTexGenfv

      public MethodHandle glGetTexGenfv
      OpenGL 1.0 compatibility method handles
    • glGetTexGeniv

      public MethodHandle glGetTexGeniv
      OpenGL 1.0 compatibility method handles
    • glIndexMask

      public MethodHandle glIndexMask
      OpenGL 1.0 compatibility method handles
    • glIndexd

      public MethodHandle glIndexd
      OpenGL 1.0 compatibility method handles
    • glIndexdv

      public MethodHandle glIndexdv
      OpenGL 1.0 compatibility method handles
    • glIndexf

      public MethodHandle glIndexf
      OpenGL 1.0 compatibility method handles
    • glIndexfv

      public MethodHandle glIndexfv
      OpenGL 1.0 compatibility method handles
    • glIndexi

      public MethodHandle glIndexi
      OpenGL 1.0 compatibility method handles
    • glIndexiv

      public MethodHandle glIndexiv
      OpenGL 1.0 compatibility method handles
    • glIndexs

      public MethodHandle glIndexs
      OpenGL 1.0 compatibility method handles
    • glIndexsv

      public MethodHandle glIndexsv
      OpenGL 1.0 compatibility method handles
    • glInitNames

      public MethodHandle glInitNames
      OpenGL 1.0 compatibility method handles
    • glIsList

      public MethodHandle glIsList
      OpenGL 1.0 compatibility method handles
    • glLightModelf

      public MethodHandle glLightModelf
      OpenGL 1.0 compatibility method handles
    • glLightModelfv

      public MethodHandle glLightModelfv
      OpenGL 1.0 compatibility method handles
    • glLightModeli

      public MethodHandle glLightModeli
      OpenGL 1.0 compatibility method handles
    • glLightModeliv

      public MethodHandle glLightModeliv
      OpenGL 1.0 compatibility method handles
    • glLightf

      public MethodHandle glLightf
      OpenGL 1.0 compatibility method handles
    • glLightfv

      public MethodHandle glLightfv
      OpenGL 1.0 compatibility method handles
    • glLighti

      public MethodHandle glLighti
      OpenGL 1.0 compatibility method handles
    • glLightiv

      public MethodHandle glLightiv
      OpenGL 1.0 compatibility method handles
    • glLineStipple

      public MethodHandle glLineStipple
      OpenGL 1.0 compatibility method handles
    • glListBase

      public MethodHandle glListBase
      OpenGL 1.0 compatibility method handles
    • glLoadIdentity

      public MethodHandle glLoadIdentity
      OpenGL 1.0 compatibility method handles
    • glLoadMatrixd

      public MethodHandle glLoadMatrixd
      OpenGL 1.0 compatibility method handles
    • glLoadMatrixf

      public MethodHandle glLoadMatrixf
      OpenGL 1.0 compatibility method handles
    • glLoadName

      public MethodHandle glLoadName
      OpenGL 1.0 compatibility method handles
    • glMap1d

      public MethodHandle glMap1d
      OpenGL 1.0 compatibility method handles
    • glMap1f

      public MethodHandle glMap1f
      OpenGL 1.0 compatibility method handles
    • glMap2d

      public MethodHandle glMap2d
      OpenGL 1.0 compatibility method handles
    • glMap2f

      public MethodHandle glMap2f
      OpenGL 1.0 compatibility method handles
    • glMapGrid1d

      public MethodHandle glMapGrid1d
      OpenGL 1.0 compatibility method handles
    • glMapGrid1f

      public MethodHandle glMapGrid1f
      OpenGL 1.0 compatibility method handles
    • glMapGrid2d

      public MethodHandle glMapGrid2d
      OpenGL 1.0 compatibility method handles
    • glMapGrid2f

      public MethodHandle glMapGrid2f
      OpenGL 1.0 compatibility method handles
    • glMaterialf

      public MethodHandle glMaterialf
      OpenGL 1.0 compatibility method handles
    • glMaterialfv

      public MethodHandle glMaterialfv
      OpenGL 1.0 compatibility method handles
    • glMateriali

      public MethodHandle glMateriali
      OpenGL 1.0 compatibility method handles
    • glMaterialiv

      public MethodHandle glMaterialiv
      OpenGL 1.0 compatibility method handles
    • glMatrixMode

      public MethodHandle glMatrixMode
      OpenGL 1.0 compatibility method handles
    • glMultMatrixd

      public MethodHandle glMultMatrixd
      OpenGL 1.0 compatibility method handles
    • glMultMatrixf

      public MethodHandle glMultMatrixf
      OpenGL 1.0 compatibility method handles
    • glNewList

      public MethodHandle glNewList
      OpenGL 1.0 compatibility method handles
    • glNormal3b

      public MethodHandle glNormal3b
      OpenGL 1.0 compatibility method handles
    • glNormal3bv

      public MethodHandle glNormal3bv
      OpenGL 1.0 compatibility method handles
    • glNormal3d

      public MethodHandle glNormal3d
      OpenGL 1.0 compatibility method handles
    • glNormal3dv

      public MethodHandle glNormal3dv
      OpenGL 1.0 compatibility method handles
    • glNormal3f

      public MethodHandle glNormal3f
      OpenGL 1.0 compatibility method handles
    • glNormal3fv

      public MethodHandle glNormal3fv
      OpenGL 1.0 compatibility method handles
    • glNormal3i

      public MethodHandle glNormal3i
      OpenGL 1.0 compatibility method handles
    • glNormal3iv

      public MethodHandle glNormal3iv
      OpenGL 1.0 compatibility method handles
    • glNormal3s

      public MethodHandle glNormal3s
      OpenGL 1.0 compatibility method handles
    • glNormal3sv

      public MethodHandle glNormal3sv
      OpenGL 1.0 compatibility method handles
    • glOrtho

      public MethodHandle glOrtho
      OpenGL 1.0 compatibility method handles
    • glPassThrough

      public MethodHandle glPassThrough
      OpenGL 1.0 compatibility method handles
    • glPixelMapfv

      public MethodHandle glPixelMapfv
      OpenGL 1.0 compatibility method handles
    • glPixelMapuiv

      public MethodHandle glPixelMapuiv
      OpenGL 1.0 compatibility method handles
    • glPixelMapusv

      public MethodHandle glPixelMapusv
      OpenGL 1.0 compatibility method handles
    • glPixelTransferf

      public MethodHandle glPixelTransferf
      OpenGL 1.0 compatibility method handles
    • glPixelTransferi

      public MethodHandle glPixelTransferi
      OpenGL 1.0 compatibility method handles
    • glPixelZoom

      public MethodHandle glPixelZoom
      OpenGL 1.0 compatibility method handles
    • glPolygonStipple

      public MethodHandle glPolygonStipple
      OpenGL 1.0 compatibility method handles
    • glPopAttrib

      public MethodHandle glPopAttrib
      OpenGL 1.0 compatibility method handles
    • glPopMatrix

      public MethodHandle glPopMatrix
      OpenGL 1.0 compatibility method handles
    • glPopName

      public MethodHandle glPopName
      OpenGL 1.0 compatibility method handles
    • glPushAttrib

      public MethodHandle glPushAttrib
      OpenGL 1.0 compatibility method handles
    • glPushMatrix

      public MethodHandle glPushMatrix
      OpenGL 1.0 compatibility method handles
    • glPushName

      public MethodHandle glPushName
      OpenGL 1.0 compatibility method handles
    • glRasterPos2d

      public MethodHandle glRasterPos2d
      OpenGL 1.0 compatibility method handles
    • glRasterPos2dv

      public MethodHandle glRasterPos2dv
      OpenGL 1.0 compatibility method handles
    • glRasterPos2f

      public MethodHandle glRasterPos2f
      OpenGL 1.0 compatibility method handles
    • glRasterPos2fv

      public MethodHandle glRasterPos2fv
      OpenGL 1.0 compatibility method handles
    • glRasterPos2i

      public MethodHandle glRasterPos2i
      OpenGL 1.0 compatibility method handles
    • glRasterPos2iv

      public MethodHandle glRasterPos2iv
      OpenGL 1.0 compatibility method handles
    • glRasterPos2s

      public MethodHandle glRasterPos2s
      OpenGL 1.0 compatibility method handles
    • glRasterPos2sv

      public MethodHandle glRasterPos2sv
      OpenGL 1.0 compatibility method handles
    • glRasterPos3d

      public MethodHandle glRasterPos3d
      OpenGL 1.0 compatibility method handles
    • glRasterPos3dv

      public MethodHandle glRasterPos3dv
      OpenGL 1.0 compatibility method handles
    • glRasterPos3f

      public MethodHandle glRasterPos3f
      OpenGL 1.0 compatibility method handles
    • glRasterPos3fv

      public MethodHandle glRasterPos3fv
      OpenGL 1.0 compatibility method handles
    • glRasterPos3i

      public MethodHandle glRasterPos3i
      OpenGL 1.0 compatibility method handles
    • glRasterPos3iv

      public MethodHandle glRasterPos3iv
      OpenGL 1.0 compatibility method handles
    • glRasterPos3s

      public MethodHandle glRasterPos3s
      OpenGL 1.0 compatibility method handles
    • glRasterPos3sv

      public MethodHandle glRasterPos3sv
      OpenGL 1.0 compatibility method handles
    • glRasterPos4d

      public MethodHandle glRasterPos4d
      OpenGL 1.0 compatibility method handles
    • glRasterPos4dv

      public MethodHandle glRasterPos4dv
      OpenGL 1.0 compatibility method handles
    • glRasterPos4f

      public MethodHandle glRasterPos4f
      OpenGL 1.0 compatibility method handles
    • glRasterPos4fv

      public MethodHandle glRasterPos4fv
      OpenGL 1.0 compatibility method handles
    • glRasterPos4i

      public MethodHandle glRasterPos4i
      OpenGL 1.0 compatibility method handles
    • glRasterPos4iv

      public MethodHandle glRasterPos4iv
      OpenGL 1.0 compatibility method handles
    • glRasterPos4s

      public MethodHandle glRasterPos4s
      OpenGL 1.0 compatibility method handles
    • glRasterPos4sv

      public MethodHandle glRasterPos4sv
      OpenGL 1.0 compatibility method handles
    • glRectd

      public MethodHandle glRectd
      OpenGL 1.0 compatibility method handles
    • glRectdv

      public MethodHandle glRectdv
      OpenGL 1.0 compatibility method handles
    • glRectf

      public MethodHandle glRectf
      OpenGL 1.0 compatibility method handles
    • glRectfv

      public MethodHandle glRectfv
      OpenGL 1.0 compatibility method handles
    • glRecti

      public MethodHandle glRecti
      OpenGL 1.0 compatibility method handles
    • glRectiv

      public MethodHandle glRectiv
      OpenGL 1.0 compatibility method handles
    • glRects

      public MethodHandle glRects
      OpenGL 1.0 compatibility method handles
    • glRectsv

      public MethodHandle glRectsv
      OpenGL 1.0 compatibility method handles
    • glRenderMode

      public MethodHandle glRenderMode
      OpenGL 1.0 compatibility method handles
    • glRotated

      public MethodHandle glRotated
      OpenGL 1.0 compatibility method handles
    • glRotatef

      public MethodHandle glRotatef
      OpenGL 1.0 compatibility method handles
    • glScaled

      public MethodHandle glScaled
      OpenGL 1.0 compatibility method handles
    • glScalef

      public MethodHandle glScalef
      OpenGL 1.0 compatibility method handles
    • glSelectBuffer

      public MethodHandle glSelectBuffer
      OpenGL 1.0 compatibility method handles
    • glShadeModel

      public MethodHandle glShadeModel
      OpenGL 1.0 compatibility method handles
    • glTexCoord1d

      public MethodHandle glTexCoord1d
      OpenGL 1.0 compatibility method handles
    • glTexCoord1dv

      public MethodHandle glTexCoord1dv
      OpenGL 1.0 compatibility method handles
    • glTexCoord1f

      public MethodHandle glTexCoord1f
      OpenGL 1.0 compatibility method handles
    • glTexCoord1fv

      public MethodHandle glTexCoord1fv
      OpenGL 1.0 compatibility method handles
    • glTexCoord1i

      public MethodHandle glTexCoord1i
      OpenGL 1.0 compatibility method handles
    • glTexCoord1iv

      public MethodHandle glTexCoord1iv
      OpenGL 1.0 compatibility method handles
    • glTexCoord1s

      public MethodHandle glTexCoord1s
      OpenGL 1.0 compatibility method handles
    • glTexCoord1sv

      public MethodHandle glTexCoord1sv
      OpenGL 1.0 compatibility method handles
    • glTexCoord2d

      public MethodHandle glTexCoord2d
      OpenGL 1.0 compatibility method handles
    • glTexCoord2dv

      public MethodHandle glTexCoord2dv
      OpenGL 1.0 compatibility method handles
    • glTexCoord2f

      public MethodHandle glTexCoord2f
      OpenGL 1.0 compatibility method handles
    • glTexCoord2fv

      public MethodHandle glTexCoord2fv
      OpenGL 1.0 compatibility method handles
    • glTexCoord2i

      public MethodHandle glTexCoord2i
      OpenGL 1.0 compatibility method handles
    • glTexCoord2iv

      public MethodHandle glTexCoord2iv
      OpenGL 1.0 compatibility method handles
    • glTexCoord2s

      public MethodHandle glTexCoord2s
      OpenGL 1.0 compatibility method handles
    • glTexCoord2sv

      public MethodHandle glTexCoord2sv
      OpenGL 1.0 compatibility method handles
    • glTexCoord3d

      public MethodHandle glTexCoord3d
      OpenGL 1.0 compatibility method handles
    • glTexCoord3dv

      public MethodHandle glTexCoord3dv
      OpenGL 1.0 compatibility method handles
    • glTexCoord3f

      public MethodHandle glTexCoord3f
      OpenGL 1.0 compatibility method handles
    • glTexCoord3fv

      public MethodHandle glTexCoord3fv
      OpenGL 1.0 compatibility method handles
    • glTexCoord3i

      public MethodHandle glTexCoord3i
      OpenGL 1.0 compatibility method handles
    • glTexCoord3iv

      public MethodHandle glTexCoord3iv
      OpenGL 1.0 compatibility method handles
    • glTexCoord3s

      public MethodHandle glTexCoord3s
      OpenGL 1.0 compatibility method handles
    • glTexCoord3sv

      public MethodHandle glTexCoord3sv
      OpenGL 1.0 compatibility method handles
    • glTexCoord4d

      public MethodHandle glTexCoord4d
      OpenGL 1.0 compatibility method handles
    • glTexCoord4dv

      public MethodHandle glTexCoord4dv
      OpenGL 1.0 compatibility method handles
    • glTexCoord4f

      public MethodHandle glTexCoord4f
      OpenGL 1.0 compatibility method handles
    • glTexCoord4fv

      public MethodHandle glTexCoord4fv
      OpenGL 1.0 compatibility method handles
    • glTexCoord4i

      public MethodHandle glTexCoord4i
      OpenGL 1.0 compatibility method handles
    • glTexCoord4iv

      public MethodHandle glTexCoord4iv
      OpenGL 1.0 compatibility method handles
    • glTexCoord4s

      public MethodHandle glTexCoord4s
      OpenGL 1.0 compatibility method handles
    • glTexCoord4sv

      public MethodHandle glTexCoord4sv
      OpenGL 1.0 compatibility method handles
    • glTexEnvf

      public MethodHandle glTexEnvf
      OpenGL 1.0 compatibility method handles
    • glTexEnvfv

      public MethodHandle glTexEnvfv
      OpenGL 1.0 compatibility method handles
    • glTexEnvi

      public MethodHandle glTexEnvi
      OpenGL 1.0 compatibility method handles
    • glTexEnviv

      public MethodHandle glTexEnviv
      OpenGL 1.0 compatibility method handles
    • glTexGend

      public MethodHandle glTexGend
      OpenGL 1.0 compatibility method handles
    • glTexGendv

      public MethodHandle glTexGendv
      OpenGL 1.0 compatibility method handles
    • glTexGenf

      public MethodHandle glTexGenf
      OpenGL 1.0 compatibility method handles
    • glTexGenfv

      public MethodHandle glTexGenfv
      OpenGL 1.0 compatibility method handles
    • glTexGeni

      public MethodHandle glTexGeni
      OpenGL 1.0 compatibility method handles
    • glTexGeniv

      public MethodHandle glTexGeniv
      OpenGL 1.0 compatibility method handles
    • glTranslated

      public MethodHandle glTranslated
      OpenGL 1.0 compatibility method handles
    • glTranslatef

      public MethodHandle glTranslatef
      OpenGL 1.0 compatibility method handles
    • glVertex2d

      public MethodHandle glVertex2d
      OpenGL 1.0 compatibility method handles
    • glVertex2dv

      public MethodHandle glVertex2dv
      OpenGL 1.0 compatibility method handles
    • glVertex2f

      public MethodHandle glVertex2f
      OpenGL 1.0 compatibility method handles
    • glVertex2fv

      public MethodHandle glVertex2fv
      OpenGL 1.0 compatibility method handles
    • glVertex2i

      public MethodHandle glVertex2i
      OpenGL 1.0 compatibility method handles
    • glVertex2iv

      public MethodHandle glVertex2iv
      OpenGL 1.0 compatibility method handles
    • glVertex2s

      public MethodHandle glVertex2s
      OpenGL 1.0 compatibility method handles
    • glVertex2sv

      public MethodHandle glVertex2sv
      OpenGL 1.0 compatibility method handles
    • glVertex3d

      public MethodHandle glVertex3d
      OpenGL 1.0 compatibility method handles
    • glVertex3dv

      public MethodHandle glVertex3dv
      OpenGL 1.0 compatibility method handles
    • glVertex3f

      public MethodHandle glVertex3f
      OpenGL 1.0 compatibility method handles
    • glVertex3fv

      public MethodHandle glVertex3fv
      OpenGL 1.0 compatibility method handles
    • glVertex3i

      public MethodHandle glVertex3i
      OpenGL 1.0 compatibility method handles
    • glVertex3iv

      public MethodHandle glVertex3iv
      OpenGL 1.0 compatibility method handles
    • glVertex3s

      public MethodHandle glVertex3s
      OpenGL 1.0 compatibility method handles
    • glVertex3sv

      public MethodHandle glVertex3sv
      OpenGL 1.0 compatibility method handles
    • glVertex4d

      public MethodHandle glVertex4d
      OpenGL 1.0 compatibility method handles
    • glVertex4dv

      public MethodHandle glVertex4dv
      OpenGL 1.0 compatibility method handles
    • glVertex4f

      public MethodHandle glVertex4f
      OpenGL 1.0 compatibility method handles
    • glVertex4fv

      public MethodHandle glVertex4fv
      OpenGL 1.0 compatibility method handles
    • glVertex4i

      public MethodHandle glVertex4i
      OpenGL 1.0 compatibility method handles
    • glVertex4iv

      public MethodHandle glVertex4iv
      OpenGL 1.0 compatibility method handles
    • glVertex4s

      public MethodHandle glVertex4s
      OpenGL 1.0 compatibility method handles
    • glVertex4sv

      public MethodHandle glVertex4sv
      OpenGL 1.0 compatibility method handles
    • glBindTexture

      public MethodHandle glBindTexture
      OpenGL 1.1 method handles
    • glCopyTexImage1D

      public MethodHandle glCopyTexImage1D
      OpenGL 1.1 method handles
    • glCopyTexImage2D

      public MethodHandle glCopyTexImage2D
      OpenGL 1.1 method handles
    • glCopyTexSubImage1D

      public MethodHandle glCopyTexSubImage1D
      OpenGL 1.1 method handles
    • glCopyTexSubImage2D

      public MethodHandle glCopyTexSubImage2D
      OpenGL 1.1 method handles
    • glDeleteTextures

      public MethodHandle glDeleteTextures
      OpenGL 1.1 method handles
    • glDrawArrays

      public MethodHandle glDrawArrays
      OpenGL 1.1 method handles
    • glDrawElements

      public MethodHandle glDrawElements
      OpenGL 1.1 method handles
    • glGenTextures

      public MethodHandle glGenTextures
      OpenGL 1.1 method handles
    • glGetPointerv

      public MethodHandle glGetPointerv
      OpenGL 1.1 method handles
    • glIsTexture

      public MethodHandle glIsTexture
      OpenGL 1.1 method handles
    • glPolygonOffset

      public MethodHandle glPolygonOffset
      OpenGL 1.1 method handles
    • glTexSubImage1D

      public MethodHandle glTexSubImage1D
      OpenGL 1.1 method handles
    • glTexSubImage2D

      public MethodHandle glTexSubImage2D
      OpenGL 1.1 method handles
    • glAreTexturesResident

      public MethodHandle glAreTexturesResident
      OpenGL 1.1 compatibility method handles
    • glArrayElement

      public MethodHandle glArrayElement
      OpenGL 1.1 compatibility method handles
    • glColorPointer

      public MethodHandle glColorPointer
      OpenGL 1.1 compatibility method handles
    • glDisableClientState

      public MethodHandle glDisableClientState
      OpenGL 1.1 compatibility method handles
    • glEdgeFlagPointer

      public MethodHandle glEdgeFlagPointer
      OpenGL 1.1 compatibility method handles
    • glEnableClientState

      public MethodHandle glEnableClientState
      OpenGL 1.1 compatibility method handles
    • glIndexPointer

      public MethodHandle glIndexPointer
      OpenGL 1.1 compatibility method handles
    • glIndexub

      public MethodHandle glIndexub
      OpenGL 1.1 compatibility method handles
    • glIndexubv

      public MethodHandle glIndexubv
      OpenGL 1.1 compatibility method handles
    • glInterleavedArrays

      public MethodHandle glInterleavedArrays
      OpenGL 1.1 compatibility method handles
    • glNormalPointer

      public MethodHandle glNormalPointer
      OpenGL 1.1 compatibility method handles
    • glPopClientAttrib

      public MethodHandle glPopClientAttrib
      OpenGL 1.1 compatibility method handles
    • glPrioritizeTextures

      public MethodHandle glPrioritizeTextures
      OpenGL 1.1 compatibility method handles
    • glPushClientAttrib

      public MethodHandle glPushClientAttrib
      OpenGL 1.1 compatibility method handles
    • glTexCoordPointer

      public MethodHandle glTexCoordPointer
      OpenGL 1.1 compatibility method handles
    • glVertexPointer

      public MethodHandle glVertexPointer
      OpenGL 1.1 compatibility method handles
    • glCopyTexSubImage3D

      public MethodHandle glCopyTexSubImage3D
      OpenGL 1.2 method handles
    • glDrawRangeElements

      public MethodHandle glDrawRangeElements
      OpenGL 1.2 method handles
    • glTexImage3D

      public MethodHandle glTexImage3D
      OpenGL 1.2 method handles
    • glTexSubImage3D

      public MethodHandle glTexSubImage3D
      OpenGL 1.2 method handles
    • glActiveTexture

      public MethodHandle glActiveTexture
      OpenGL 1.3 method handles
    • glCompressedTexImage1D

      public MethodHandle glCompressedTexImage1D
      OpenGL 1.3 method handles
    • glCompressedTexImage2D

      public MethodHandle glCompressedTexImage2D
      OpenGL 1.3 method handles
    • glCompressedTexImage3D

      public MethodHandle glCompressedTexImage3D
      OpenGL 1.3 method handles
    • glCompressedTexSubImage1D

      public MethodHandle glCompressedTexSubImage1D
      OpenGL 1.3 method handles
    • glCompressedTexSubImage2D

      public MethodHandle glCompressedTexSubImage2D
      OpenGL 1.3 method handles
    • glCompressedTexSubImage3D

      public MethodHandle glCompressedTexSubImage3D
      OpenGL 1.3 method handles
    • glGetCompressedTexImage

      public MethodHandle glGetCompressedTexImage
      OpenGL 1.3 method handles
    • glSampleCoverage

      public MethodHandle glSampleCoverage
      OpenGL 1.3 method handles
    • glClientActiveTexture

      public MethodHandle glClientActiveTexture
      OpenGL 1.3 compatibility method handles
    • glLoadTransposeMatrixd

      public MethodHandle glLoadTransposeMatrixd
      OpenGL 1.3 compatibility method handles
    • glLoadTransposeMatrixf

      public MethodHandle glLoadTransposeMatrixf
      OpenGL 1.3 compatibility method handles
    • glMultTransposeMatrixd

      public MethodHandle glMultTransposeMatrixd
      OpenGL 1.3 compatibility method handles
    • glMultTransposeMatrixf

      public MethodHandle glMultTransposeMatrixf
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1d

      public MethodHandle glMultiTexCoord1d
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1dv

      public MethodHandle glMultiTexCoord1dv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1f

      public MethodHandle glMultiTexCoord1f
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1fv

      public MethodHandle glMultiTexCoord1fv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1i

      public MethodHandle glMultiTexCoord1i
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1iv

      public MethodHandle glMultiTexCoord1iv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1s

      public MethodHandle glMultiTexCoord1s
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord1sv

      public MethodHandle glMultiTexCoord1sv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2d

      public MethodHandle glMultiTexCoord2d
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2dv

      public MethodHandle glMultiTexCoord2dv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2f

      public MethodHandle glMultiTexCoord2f
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2fv

      public MethodHandle glMultiTexCoord2fv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2i

      public MethodHandle glMultiTexCoord2i
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2iv

      public MethodHandle glMultiTexCoord2iv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2s

      public MethodHandle glMultiTexCoord2s
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord2sv

      public MethodHandle glMultiTexCoord2sv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3d

      public MethodHandle glMultiTexCoord3d
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3dv

      public MethodHandle glMultiTexCoord3dv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3f

      public MethodHandle glMultiTexCoord3f
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3fv

      public MethodHandle glMultiTexCoord3fv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3i

      public MethodHandle glMultiTexCoord3i
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3iv

      public MethodHandle glMultiTexCoord3iv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3s

      public MethodHandle glMultiTexCoord3s
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord3sv

      public MethodHandle glMultiTexCoord3sv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4d

      public MethodHandle glMultiTexCoord4d
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4dv

      public MethodHandle glMultiTexCoord4dv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4f

      public MethodHandle glMultiTexCoord4f
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4fv

      public MethodHandle glMultiTexCoord4fv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4i

      public MethodHandle glMultiTexCoord4i
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4iv

      public MethodHandle glMultiTexCoord4iv
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4s

      public MethodHandle glMultiTexCoord4s
      OpenGL 1.3 compatibility method handles
    • glMultiTexCoord4sv

      public MethodHandle glMultiTexCoord4sv
      OpenGL 1.3 compatibility method handles
    • glBlendColor

      public MethodHandle glBlendColor
      OpenGL 1.4 method handles
    • glBlendEquation

      public MethodHandle glBlendEquation
      OpenGL 1.4 method handles
    • glBlendFuncSeparate

      public MethodHandle glBlendFuncSeparate
      OpenGL 1.4 method handles
    • glMultiDrawArrays

      public MethodHandle glMultiDrawArrays
      OpenGL 1.4 method handles
    • glMultiDrawElements

      public MethodHandle glMultiDrawElements
      OpenGL 1.4 method handles
    • glPointParameterf

      public MethodHandle glPointParameterf
      OpenGL 1.4 method handles
    • glPointParameterfv

      public MethodHandle glPointParameterfv
      OpenGL 1.4 method handles
    • glPointParameteri

      public MethodHandle glPointParameteri
      OpenGL 1.4 method handles
    • glPointParameteriv

      public MethodHandle glPointParameteriv
      OpenGL 1.4 method handles
    • glFogCoordPointer

      public MethodHandle glFogCoordPointer
      OpenGL 1.4 compatibility method handles
    • glFogCoordd

      public MethodHandle glFogCoordd
      OpenGL 1.4 compatibility method handles
    • glFogCoorddv

      public MethodHandle glFogCoorddv
      OpenGL 1.4 compatibility method handles
    • glFogCoordf

      public MethodHandle glFogCoordf
      OpenGL 1.4 compatibility method handles
    • glFogCoordfv

      public MethodHandle glFogCoordfv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3b

      public MethodHandle glSecondaryColor3b
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3bv

      public MethodHandle glSecondaryColor3bv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3d

      public MethodHandle glSecondaryColor3d
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3dv

      public MethodHandle glSecondaryColor3dv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3f

      public MethodHandle glSecondaryColor3f
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3fv

      public MethodHandle glSecondaryColor3fv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3i

      public MethodHandle glSecondaryColor3i
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3iv

      public MethodHandle glSecondaryColor3iv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3s

      public MethodHandle glSecondaryColor3s
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3sv

      public MethodHandle glSecondaryColor3sv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3ub

      public MethodHandle glSecondaryColor3ub
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3ubv

      public MethodHandle glSecondaryColor3ubv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3ui

      public MethodHandle glSecondaryColor3ui
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3uiv

      public MethodHandle glSecondaryColor3uiv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3us

      public MethodHandle glSecondaryColor3us
      OpenGL 1.4 compatibility method handles
    • glSecondaryColor3usv

      public MethodHandle glSecondaryColor3usv
      OpenGL 1.4 compatibility method handles
    • glSecondaryColorPointer

      public MethodHandle glSecondaryColorPointer
      OpenGL 1.4 compatibility method handles
    • glWindowPos2d

      public MethodHandle glWindowPos2d
      OpenGL 1.4 compatibility method handles
    • glWindowPos2dv

      public MethodHandle glWindowPos2dv
      OpenGL 1.4 compatibility method handles
    • glWindowPos2f

      public MethodHandle glWindowPos2f
      OpenGL 1.4 compatibility method handles
    • glWindowPos2fv

      public MethodHandle glWindowPos2fv
      OpenGL 1.4 compatibility method handles
    • glWindowPos2i

      public MethodHandle glWindowPos2i
      OpenGL 1.4 compatibility method handles
    • glWindowPos2iv

      public MethodHandle glWindowPos2iv
      OpenGL 1.4 compatibility method handles
    • glWindowPos2s

      public MethodHandle glWindowPos2s
      OpenGL 1.4 compatibility method handles
    • glWindowPos2sv

      public MethodHandle glWindowPos2sv
      OpenGL 1.4 compatibility method handles
    • glWindowPos3d

      public MethodHandle glWindowPos3d
      OpenGL 1.4 compatibility method handles
    • glWindowPos3dv

      public MethodHandle glWindowPos3dv
      OpenGL 1.4 compatibility method handles
    • glWindowPos3f

      public MethodHandle glWindowPos3f
      OpenGL 1.4 compatibility method handles
    • glWindowPos3fv

      public MethodHandle glWindowPos3fv
      OpenGL 1.4 compatibility method handles
    • glWindowPos3i

      public MethodHandle glWindowPos3i
      OpenGL 1.4 compatibility method handles
    • glWindowPos3iv

      public MethodHandle glWindowPos3iv
      OpenGL 1.4 compatibility method handles
    • glWindowPos3s

      public MethodHandle glWindowPos3s
      OpenGL 1.4 compatibility method handles
    • glWindowPos3sv

      public MethodHandle glWindowPos3sv
      OpenGL 1.4 compatibility method handles
    • glBeginQuery

      public MethodHandle glBeginQuery
      OpenGL 1.5 method handles
    • glBindBuffer

      public MethodHandle glBindBuffer
      OpenGL 1.5 method handles
    • glBufferData

      public MethodHandle glBufferData
      OpenGL 1.5 method handles
    • glBufferSubData

      public MethodHandle glBufferSubData
      OpenGL 1.5 method handles
    • glDeleteBuffers

      public MethodHandle glDeleteBuffers
      OpenGL 1.5 method handles
    • glDeleteQueries

      public MethodHandle glDeleteQueries
      OpenGL 1.5 method handles
    • glEndQuery

      public MethodHandle glEndQuery
      OpenGL 1.5 method handles
    • glGenBuffers

      public MethodHandle glGenBuffers
      OpenGL 1.5 method handles
    • glGenQueries

      public MethodHandle glGenQueries
      OpenGL 1.5 method handles
    • glGetBufferParameteriv

      public MethodHandle glGetBufferParameteriv
      OpenGL 1.5 method handles
    • glGetBufferPointerv

      public MethodHandle glGetBufferPointerv
      OpenGL 1.5 method handles
    • glGetBufferSubData

      public MethodHandle glGetBufferSubData
      OpenGL 1.5 method handles
    • glGetQueryObjectiv

      public MethodHandle glGetQueryObjectiv
      OpenGL 1.5 method handles
    • glGetQueryObjectuiv

      public MethodHandle glGetQueryObjectuiv
      OpenGL 1.5 method handles
    • glGetQueryiv

      public MethodHandle glGetQueryiv
      OpenGL 1.5 method handles
    • glIsBuffer

      public MethodHandle glIsBuffer
      OpenGL 1.5 method handles
    • glIsQuery

      public MethodHandle glIsQuery
      OpenGL 1.5 method handles
    • glMapBuffer

      public MethodHandle glMapBuffer
      OpenGL 1.5 method handles
    • glUnmapBuffer

      public MethodHandle glUnmapBuffer
      OpenGL 1.5 method handles
    • glAttachShader

      public MethodHandle glAttachShader
      OpenGL 2.0 method handles
    • glBindAttribLocation

      public MethodHandle glBindAttribLocation
      OpenGL 2.0 method handles
    • glBlendEquationSeparate

      public MethodHandle glBlendEquationSeparate
      OpenGL 2.0 method handles
    • glCompileShader

      public MethodHandle glCompileShader
      OpenGL 2.0 method handles
    • glCreateProgram

      public MethodHandle glCreateProgram
      OpenGL 2.0 method handles
    • glCreateShader

      public MethodHandle glCreateShader
      OpenGL 2.0 method handles
    • glDeleteProgram

      public MethodHandle glDeleteProgram
      OpenGL 2.0 method handles
    • glDeleteShader

      public MethodHandle glDeleteShader
      OpenGL 2.0 method handles
    • glDetachShader

      public MethodHandle glDetachShader
      OpenGL 2.0 method handles
    • glDisableVertexAttribArray

      public MethodHandle glDisableVertexAttribArray
      OpenGL 2.0 method handles
    • glDrawBuffers

      public MethodHandle glDrawBuffers
      OpenGL 2.0 method handles
    • glEnableVertexAttribArray

      public MethodHandle glEnableVertexAttribArray
      OpenGL 2.0 method handles
    • glGetActiveAttrib

      public MethodHandle glGetActiveAttrib
      OpenGL 2.0 method handles
    • glGetActiveUniform

      public MethodHandle glGetActiveUniform
      OpenGL 2.0 method handles
    • glGetAttachedShaders

      public MethodHandle glGetAttachedShaders
      OpenGL 2.0 method handles
    • glGetAttribLocation

      public MethodHandle glGetAttribLocation
      OpenGL 2.0 method handles
    • glGetProgramInfoLog

      public MethodHandle glGetProgramInfoLog
      OpenGL 2.0 method handles
    • glGetProgramiv

      public MethodHandle glGetProgramiv
      OpenGL 2.0 method handles
    • glGetShaderInfoLog

      public MethodHandle glGetShaderInfoLog
      OpenGL 2.0 method handles
    • glGetShaderSource

      public MethodHandle glGetShaderSource
      OpenGL 2.0 method handles
    • glGetShaderiv

      public MethodHandle glGetShaderiv
      OpenGL 2.0 method handles
    • glGetUniformLocation

      public MethodHandle glGetUniformLocation
      OpenGL 2.0 method handles
    • glGetUniformfv

      public MethodHandle glGetUniformfv
      OpenGL 2.0 method handles
    • glGetUniformiv

      public MethodHandle glGetUniformiv
      OpenGL 2.0 method handles
    • glGetVertexAttribPointerv

      public MethodHandle glGetVertexAttribPointerv
      OpenGL 2.0 method handles
    • glGetVertexAttribdv

      public MethodHandle glGetVertexAttribdv
      OpenGL 2.0 method handles
    • glGetVertexAttribfv

      public MethodHandle glGetVertexAttribfv
      OpenGL 2.0 method handles
    • glGetVertexAttribiv

      public MethodHandle glGetVertexAttribiv
      OpenGL 2.0 method handles
    • glIsProgram

      public MethodHandle glIsProgram
      OpenGL 2.0 method handles
    • glIsShader

      public MethodHandle glIsShader
      OpenGL 2.0 method handles
    • glLinkProgram

      public MethodHandle glLinkProgram
      OpenGL 2.0 method handles
    • glShaderSource

      public MethodHandle glShaderSource
      OpenGL 2.0 method handles
    • glStencilFuncSeparate

      public MethodHandle glStencilFuncSeparate
      OpenGL 2.0 method handles
    • glStencilMaskSeparate

      public MethodHandle glStencilMaskSeparate
      OpenGL 2.0 method handles
    • glStencilOpSeparate

      public MethodHandle glStencilOpSeparate
      OpenGL 2.0 method handles
    • glUniform1f

      public MethodHandle glUniform1f
      OpenGL 2.0 method handles
    • glUniform1fv

      public MethodHandle glUniform1fv
      OpenGL 2.0 method handles
    • glUniform1i

      public MethodHandle glUniform1i
      OpenGL 2.0 method handles
    • glUniform1iv

      public MethodHandle glUniform1iv
      OpenGL 2.0 method handles
    • glUniform2f

      public MethodHandle glUniform2f
      OpenGL 2.0 method handles
    • glUniform2fv

      public MethodHandle glUniform2fv
      OpenGL 2.0 method handles
    • glUniform2i

      public MethodHandle glUniform2i
      OpenGL 2.0 method handles
    • glUniform2iv

      public MethodHandle glUniform2iv
      OpenGL 2.0 method handles
    • glUniform3f

      public MethodHandle glUniform3f
      OpenGL 2.0 method handles
    • glUniform3fv

      public MethodHandle glUniform3fv
      OpenGL 2.0 method handles
    • glUniform3i

      public MethodHandle glUniform3i
      OpenGL 2.0 method handles
    • glUniform3iv

      public MethodHandle glUniform3iv
      OpenGL 2.0 method handles
    • glUniform4f

      public MethodHandle glUniform4f
      OpenGL 2.0 method handles
    • glUniform4fv

      public MethodHandle glUniform4fv
      OpenGL 2.0 method handles
    • glUniform4i

      public MethodHandle glUniform4i
      OpenGL 2.0 method handles
    • glUniform4iv

      public MethodHandle glUniform4iv
      OpenGL 2.0 method handles
    • glUniformMatrix2fv

      public MethodHandle glUniformMatrix2fv
      OpenGL 2.0 method handles
    • glUniformMatrix3fv

      public MethodHandle glUniformMatrix3fv
      OpenGL 2.0 method handles
    • glUniformMatrix4fv

      public MethodHandle glUniformMatrix4fv
      OpenGL 2.0 method handles
    • glUseProgram

      public MethodHandle glUseProgram
      OpenGL 2.0 method handles
    • glValidateProgram

      public MethodHandle glValidateProgram
      OpenGL 2.0 method handles
    • glVertexAttrib1d

      public MethodHandle glVertexAttrib1d
      OpenGL 2.0 method handles
    • glVertexAttrib1dv

      public MethodHandle glVertexAttrib1dv
      OpenGL 2.0 method handles
    • glVertexAttrib1f

      public MethodHandle glVertexAttrib1f
      OpenGL 2.0 method handles
    • glVertexAttrib1fv

      public MethodHandle glVertexAttrib1fv
      OpenGL 2.0 method handles
    • glVertexAttrib1s

      public MethodHandle glVertexAttrib1s
      OpenGL 2.0 method handles
    • glVertexAttrib1sv

      public MethodHandle glVertexAttrib1sv
      OpenGL 2.0 method handles
    • glVertexAttrib2d

      public MethodHandle glVertexAttrib2d
      OpenGL 2.0 method handles
    • glVertexAttrib2dv

      public MethodHandle glVertexAttrib2dv
      OpenGL 2.0 method handles
    • glVertexAttrib2f

      public MethodHandle glVertexAttrib2f
      OpenGL 2.0 method handles
    • glVertexAttrib2fv

      public MethodHandle glVertexAttrib2fv
      OpenGL 2.0 method handles
    • glVertexAttrib2s

      public MethodHandle glVertexAttrib2s
      OpenGL 2.0 method handles
    • glVertexAttrib2sv

      public MethodHandle glVertexAttrib2sv
      OpenGL 2.0 method handles
    • glVertexAttrib3d

      public MethodHandle glVertexAttrib3d
      OpenGL 2.0 method handles
    • glVertexAttrib3dv

      public MethodHandle glVertexAttrib3dv
      OpenGL 2.0 method handles
    • glVertexAttrib3f

      public MethodHandle glVertexAttrib3f
      OpenGL 2.0 method handles
    • glVertexAttrib3fv

      public MethodHandle glVertexAttrib3fv
      OpenGL 2.0 method handles
    • glVertexAttrib3s

      public MethodHandle glVertexAttrib3s
      OpenGL 2.0 method handles
    • glVertexAttrib3sv

      public MethodHandle glVertexAttrib3sv
      OpenGL 2.0 method handles
    • glVertexAttrib4Nbv

      public MethodHandle glVertexAttrib4Nbv
      OpenGL 2.0 method handles
    • glVertexAttrib4Niv

      public MethodHandle glVertexAttrib4Niv
      OpenGL 2.0 method handles
    • glVertexAttrib4Nsv

      public MethodHandle glVertexAttrib4Nsv
      OpenGL 2.0 method handles
    • glVertexAttrib4Nub

      public MethodHandle glVertexAttrib4Nub
      OpenGL 2.0 method handles
    • glVertexAttrib4Nubv

      public MethodHandle glVertexAttrib4Nubv
      OpenGL 2.0 method handles
    • glVertexAttrib4Nuiv

      public MethodHandle glVertexAttrib4Nuiv
      OpenGL 2.0 method handles
    • glVertexAttrib4Nusv

      public MethodHandle glVertexAttrib4Nusv
      OpenGL 2.0 method handles
    • glVertexAttrib4bv

      public MethodHandle glVertexAttrib4bv
      OpenGL 2.0 method handles
    • glVertexAttrib4d

      public MethodHandle glVertexAttrib4d
      OpenGL 2.0 method handles
    • glVertexAttrib4dv

      public MethodHandle glVertexAttrib4dv
      OpenGL 2.0 method handles
    • glVertexAttrib4f

      public MethodHandle glVertexAttrib4f
      OpenGL 2.0 method handles
    • glVertexAttrib4fv

      public MethodHandle glVertexAttrib4fv
      OpenGL 2.0 method handles
    • glVertexAttrib4iv

      public MethodHandle glVertexAttrib4iv
      OpenGL 2.0 method handles
    • glVertexAttrib4s

      public MethodHandle glVertexAttrib4s
      OpenGL 2.0 method handles
    • glVertexAttrib4sv

      public MethodHandle glVertexAttrib4sv
      OpenGL 2.0 method handles
    • glVertexAttrib4ubv

      public MethodHandle glVertexAttrib4ubv
      OpenGL 2.0 method handles
    • glVertexAttrib4uiv

      public MethodHandle glVertexAttrib4uiv
      OpenGL 2.0 method handles
    • glVertexAttrib4usv

      public MethodHandle glVertexAttrib4usv
      OpenGL 2.0 method handles
    • glVertexAttribPointer

      public MethodHandle glVertexAttribPointer
      OpenGL 2.0 method handles
    • glUniformMatrix2x3fv

      public MethodHandle glUniformMatrix2x3fv
      OpenGL 2.1 method handles
    • glUniformMatrix2x4fv

      public MethodHandle glUniformMatrix2x4fv
      OpenGL 2.1 method handles
    • glUniformMatrix3x2fv

      public MethodHandle glUniformMatrix3x2fv
      OpenGL 2.1 method handles
    • glUniformMatrix3x4fv

      public MethodHandle glUniformMatrix3x4fv
      OpenGL 2.1 method handles
    • glUniformMatrix4x2fv

      public MethodHandle glUniformMatrix4x2fv
      OpenGL 2.1 method handles
    • glUniformMatrix4x3fv

      public MethodHandle glUniformMatrix4x3fv
      OpenGL 2.1 method handles
    • glBeginConditionalRender

      public MethodHandle glBeginConditionalRender
      OpenGL 3.0 method handles
    • glBeginTransformFeedback

      public MethodHandle glBeginTransformFeedback
      OpenGL 3.0 method handles
    • glBindBufferBase

      public MethodHandle glBindBufferBase
      OpenGL 3.0 method handles
    • glBindBufferRange

      public MethodHandle glBindBufferRange
      OpenGL 3.0 method handles
    • glBindFragDataLocation

      public MethodHandle glBindFragDataLocation
      OpenGL 3.0 method handles
    • glBindFramebuffer

      public MethodHandle glBindFramebuffer
      OpenGL 3.0 method handles
    • glBindRenderbuffer

      public MethodHandle glBindRenderbuffer
      OpenGL 3.0 method handles
    • glBindVertexArray

      public MethodHandle glBindVertexArray
      OpenGL 3.0 method handles
    • glBlitFramebuffer

      public MethodHandle glBlitFramebuffer
      OpenGL 3.0 method handles
    • glCheckFramebufferStatus

      public MethodHandle glCheckFramebufferStatus
      OpenGL 3.0 method handles
    • glClampColor

      public MethodHandle glClampColor
      OpenGL 3.0 method handles
    • glClearBufferfi

      public MethodHandle glClearBufferfi
      OpenGL 3.0 method handles
    • glClearBufferfv

      public MethodHandle glClearBufferfv
      OpenGL 3.0 method handles
    • glClearBufferiv

      public MethodHandle glClearBufferiv
      OpenGL 3.0 method handles
    • glClearBufferuiv

      public MethodHandle glClearBufferuiv
      OpenGL 3.0 method handles
    • glColorMaski

      public MethodHandle glColorMaski
      OpenGL 3.0 method handles
    • glDeleteFramebuffers

      public MethodHandle glDeleteFramebuffers
      OpenGL 3.0 method handles
    • glDeleteRenderbuffers

      public MethodHandle glDeleteRenderbuffers
      OpenGL 3.0 method handles
    • glDeleteVertexArrays

      public MethodHandle glDeleteVertexArrays
      OpenGL 3.0 method handles
    • glDisablei

      public MethodHandle glDisablei
      OpenGL 3.0 method handles
    • glEnablei

      public MethodHandle glEnablei
      OpenGL 3.0 method handles
    • glEndConditionalRender

      public MethodHandle glEndConditionalRender
      OpenGL 3.0 method handles
    • glEndTransformFeedback

      public MethodHandle glEndTransformFeedback
      OpenGL 3.0 method handles
    • glFlushMappedBufferRange

      public MethodHandle glFlushMappedBufferRange
      OpenGL 3.0 method handles
    • glFramebufferRenderbuffer

      public MethodHandle glFramebufferRenderbuffer
      OpenGL 3.0 method handles
    • glFramebufferTexture1D

      public MethodHandle glFramebufferTexture1D
      OpenGL 3.0 method handles
    • glFramebufferTexture2D

      public MethodHandle glFramebufferTexture2D
      OpenGL 3.0 method handles
    • glFramebufferTexture3D

      public MethodHandle glFramebufferTexture3D
      OpenGL 3.0 method handles
    • glFramebufferTextureLayer

      public MethodHandle glFramebufferTextureLayer
      OpenGL 3.0 method handles
    • glGenFramebuffers

      public MethodHandle glGenFramebuffers
      OpenGL 3.0 method handles
    • glGenRenderbuffers

      public MethodHandle glGenRenderbuffers
      OpenGL 3.0 method handles
    • glGenVertexArrays

      public MethodHandle glGenVertexArrays
      OpenGL 3.0 method handles
    • glGenerateMipmap

      public MethodHandle glGenerateMipmap
      OpenGL 3.0 method handles
    • glGetBooleani_v

      public MethodHandle glGetBooleani_v
      OpenGL 3.0 method handles
    • glGetFragDataLocation

      public MethodHandle glGetFragDataLocation
      OpenGL 3.0 method handles
    • glGetFramebufferAttachmentParameteriv

      public MethodHandle glGetFramebufferAttachmentParameteriv
      OpenGL 3.0 method handles
    • glGetIntegeri_v

      public MethodHandle glGetIntegeri_v
      OpenGL 3.0 method handles
    • glGetRenderbufferParameteriv

      public MethodHandle glGetRenderbufferParameteriv
      OpenGL 3.0 method handles
    • glGetStringi

      public MethodHandle glGetStringi
      OpenGL 3.0 method handles
    • glGetTexParameterIiv

      public MethodHandle glGetTexParameterIiv
      OpenGL 3.0 method handles
    • glGetTexParameterIuiv

      public MethodHandle glGetTexParameterIuiv
      OpenGL 3.0 method handles
    • glGetTransformFeedbackVarying

      public MethodHandle glGetTransformFeedbackVarying
      OpenGL 3.0 method handles
    • glGetUniformuiv

      public MethodHandle glGetUniformuiv
      OpenGL 3.0 method handles
    • glGetVertexAttribIiv

      public MethodHandle glGetVertexAttribIiv
      OpenGL 3.0 method handles
    • glGetVertexAttribIuiv

      public MethodHandle glGetVertexAttribIuiv
      OpenGL 3.0 method handles
    • glIsEnabledi

      public MethodHandle glIsEnabledi
      OpenGL 3.0 method handles
    • glIsFramebuffer

      public MethodHandle glIsFramebuffer
      OpenGL 3.0 method handles
    • glIsRenderbuffer

      public MethodHandle glIsRenderbuffer
      OpenGL 3.0 method handles
    • glIsVertexArray

      public MethodHandle glIsVertexArray
      OpenGL 3.0 method handles
    • glMapBufferRange

      public MethodHandle glMapBufferRange
      OpenGL 3.0 method handles
    • glRenderbufferStorage

      public MethodHandle glRenderbufferStorage
      OpenGL 3.0 method handles
    • glRenderbufferStorageMultisample

      public MethodHandle glRenderbufferStorageMultisample
      OpenGL 3.0 method handles
    • glTexParameterIiv

      public MethodHandle glTexParameterIiv
      OpenGL 3.0 method handles
    • glTexParameterIuiv

      public MethodHandle glTexParameterIuiv
      OpenGL 3.0 method handles
    • glTransformFeedbackVaryings

      public MethodHandle glTransformFeedbackVaryings
      OpenGL 3.0 method handles
    • glUniform1ui

      public MethodHandle glUniform1ui
      OpenGL 3.0 method handles
    • glUniform1uiv

      public MethodHandle glUniform1uiv
      OpenGL 3.0 method handles
    • glUniform2ui

      public MethodHandle glUniform2ui
      OpenGL 3.0 method handles
    • glUniform2uiv

      public MethodHandle glUniform2uiv
      OpenGL 3.0 method handles
    • glUniform3ui

      public MethodHandle glUniform3ui
      OpenGL 3.0 method handles
    • glUniform3uiv

      public MethodHandle glUniform3uiv
      OpenGL 3.0 method handles
    • glUniform4ui

      public MethodHandle glUniform4ui
      OpenGL 3.0 method handles
    • glUniform4uiv

      public MethodHandle glUniform4uiv
      OpenGL 3.0 method handles
    • glVertexAttribI1i

      public MethodHandle glVertexAttribI1i
      OpenGL 3.0 method handles
    • glVertexAttribI1iv

      public MethodHandle glVertexAttribI1iv
      OpenGL 3.0 method handles
    • glVertexAttribI1ui

      public MethodHandle glVertexAttribI1ui
      OpenGL 3.0 method handles
    • glVertexAttribI1uiv

      public MethodHandle glVertexAttribI1uiv
      OpenGL 3.0 method handles
    • glVertexAttribI2i

      public MethodHandle glVertexAttribI2i
      OpenGL 3.0 method handles
    • glVertexAttribI2iv

      public MethodHandle glVertexAttribI2iv
      OpenGL 3.0 method handles
    • glVertexAttribI2ui

      public MethodHandle glVertexAttribI2ui
      OpenGL 3.0 method handles
    • glVertexAttribI2uiv

      public MethodHandle glVertexAttribI2uiv
      OpenGL 3.0 method handles
    • glVertexAttribI3i

      public MethodHandle glVertexAttribI3i
      OpenGL 3.0 method handles
    • glVertexAttribI3iv

      public MethodHandle glVertexAttribI3iv
      OpenGL 3.0 method handles
    • glVertexAttribI3ui

      public MethodHandle glVertexAttribI3ui
      OpenGL 3.0 method handles
    • glVertexAttribI3uiv

      public MethodHandle glVertexAttribI3uiv
      OpenGL 3.0 method handles
    • glVertexAttribI4bv

      public MethodHandle glVertexAttribI4bv
      OpenGL 3.0 method handles
    • glVertexAttribI4i

      public MethodHandle glVertexAttribI4i
      OpenGL 3.0 method handles
    • glVertexAttribI4iv

      public MethodHandle glVertexAttribI4iv
      OpenGL 3.0 method handles
    • glVertexAttribI4sv

      public MethodHandle glVertexAttribI4sv
      OpenGL 3.0 method handles
    • glVertexAttribI4ubv

      public MethodHandle glVertexAttribI4ubv
      OpenGL 3.0 method handles
    • glVertexAttribI4ui

      public MethodHandle glVertexAttribI4ui
      OpenGL 3.0 method handles
    • glVertexAttribI4uiv

      public MethodHandle glVertexAttribI4uiv
      OpenGL 3.0 method handles
    • glVertexAttribI4usv

      public MethodHandle glVertexAttribI4usv
      OpenGL 3.0 method handles
    • glVertexAttribIPointer

      public MethodHandle glVertexAttribIPointer
      OpenGL 3.0 method handles
    • glCopyBufferSubData

      public MethodHandle glCopyBufferSubData
      OpenGL 3.1 method handles
    • glDrawArraysInstanced

      public MethodHandle glDrawArraysInstanced
      OpenGL 3.1 method handles
    • glDrawElementsInstanced

      public MethodHandle glDrawElementsInstanced
      OpenGL 3.1 method handles
    • glGetActiveUniformBlockName

      public MethodHandle glGetActiveUniformBlockName
      OpenGL 3.1 method handles
    • glGetActiveUniformBlockiv

      public MethodHandle glGetActiveUniformBlockiv
      OpenGL 3.1 method handles
    • glGetActiveUniformName

      public MethodHandle glGetActiveUniformName
      OpenGL 3.1 method handles
    • glGetActiveUniformsiv

      public MethodHandle glGetActiveUniformsiv
      OpenGL 3.1 method handles
    • glGetUniformBlockIndex

      public MethodHandle glGetUniformBlockIndex
      OpenGL 3.1 method handles
    • glGetUniformIndices

      public MethodHandle glGetUniformIndices
      OpenGL 3.1 method handles
    • glPrimitiveRestartIndex

      public MethodHandle glPrimitiveRestartIndex
      OpenGL 3.1 method handles
    • glTexBuffer

      public MethodHandle glTexBuffer
      OpenGL 3.1 method handles
    • glUniformBlockBinding

      public MethodHandle glUniformBlockBinding
      OpenGL 3.1 method handles
    • glClientWaitSync

      public MethodHandle glClientWaitSync
      OpenGL 3.2 method handles
    • glDeleteSync

      public MethodHandle glDeleteSync
      OpenGL 3.2 method handles
    • glDrawElementsBaseVertex

      public MethodHandle glDrawElementsBaseVertex
      OpenGL 3.2 method handles
    • glDrawElementsInstancedBaseVertex

      public MethodHandle glDrawElementsInstancedBaseVertex
      OpenGL 3.2 method handles
    • glDrawRangeElementsBaseVertex

      public MethodHandle glDrawRangeElementsBaseVertex
      OpenGL 3.2 method handles
    • glFenceSync

      public MethodHandle glFenceSync
      OpenGL 3.2 method handles
    • glFramebufferTexture

      public MethodHandle glFramebufferTexture
      OpenGL 3.2 method handles
    • glGetBufferParameteri64v

      public MethodHandle glGetBufferParameteri64v
      OpenGL 3.2 method handles
    • glGetInteger64i_v

      public MethodHandle glGetInteger64i_v
      OpenGL 3.2 method handles
    • glGetInteger64v

      public MethodHandle glGetInteger64v
      OpenGL 3.2 method handles
    • glGetMultisamplefv

      public MethodHandle glGetMultisamplefv
      OpenGL 3.2 method handles
    • glGetSynciv

      public MethodHandle glGetSynciv
      OpenGL 3.2 method handles
    • glIsSync

      public MethodHandle glIsSync
      OpenGL 3.2 method handles
    • glMultiDrawElementsBaseVertex

      public MethodHandle glMultiDrawElementsBaseVertex
      OpenGL 3.2 method handles
    • glProvokingVertex

      public MethodHandle glProvokingVertex
      OpenGL 3.2 method handles
    • glSampleMaski

      public MethodHandle glSampleMaski
      OpenGL 3.2 method handles
    • glTexImage2DMultisample

      public MethodHandle glTexImage2DMultisample
      OpenGL 3.2 method handles
    • glTexImage3DMultisample

      public MethodHandle glTexImage3DMultisample
      OpenGL 3.2 method handles
    • glWaitSync

      public MethodHandle glWaitSync
      OpenGL 3.2 method handles
    • glBindFragDataLocationIndexed

      public MethodHandle glBindFragDataLocationIndexed
      OpenGL 3.3 method handles
    • glBindSampler

      public MethodHandle glBindSampler
      OpenGL 3.3 method handles
    • glDeleteSamplers

      public MethodHandle glDeleteSamplers
      OpenGL 3.3 method handles
    • glGenSamplers

      public MethodHandle glGenSamplers
      OpenGL 3.3 method handles
    • glGetFragDataIndex

      public MethodHandle glGetFragDataIndex
      OpenGL 3.3 method handles
    • glGetQueryObjecti64v

      public MethodHandle glGetQueryObjecti64v
      OpenGL 3.3 method handles
    • glGetQueryObjectui64v

      public MethodHandle glGetQueryObjectui64v
      OpenGL 3.3 method handles
    • glGetSamplerParameterIiv

      public MethodHandle glGetSamplerParameterIiv
      OpenGL 3.3 method handles
    • glGetSamplerParameterIuiv

      public MethodHandle glGetSamplerParameterIuiv
      OpenGL 3.3 method handles
    • glGetSamplerParameterfv

      public MethodHandle glGetSamplerParameterfv
      OpenGL 3.3 method handles
    • glGetSamplerParameteriv

      public MethodHandle glGetSamplerParameteriv
      OpenGL 3.3 method handles
    • glIsSampler

      public MethodHandle glIsSampler
      OpenGL 3.3 method handles
    • glQueryCounter

      public MethodHandle glQueryCounter
      OpenGL 3.3 method handles
    • glSamplerParameterIiv

      public MethodHandle glSamplerParameterIiv
      OpenGL 3.3 method handles
    • glSamplerParameterIuiv

      public MethodHandle glSamplerParameterIuiv
      OpenGL 3.3 method handles
    • glSamplerParameterf

      public MethodHandle glSamplerParameterf
      OpenGL 3.3 method handles
    • glSamplerParameterfv

      public MethodHandle glSamplerParameterfv
      OpenGL 3.3 method handles
    • glSamplerParameteri

      public MethodHandle glSamplerParameteri
      OpenGL 3.3 method handles
    • glSamplerParameteriv

      public MethodHandle glSamplerParameteriv
      OpenGL 3.3 method handles
    • glVertexAttribDivisor

      public MethodHandle glVertexAttribDivisor
      OpenGL 3.3 method handles
    • glVertexAttribP1ui

      public MethodHandle glVertexAttribP1ui
      OpenGL 3.3 method handles
    • glVertexAttribP1uiv

      public MethodHandle glVertexAttribP1uiv
      OpenGL 3.3 method handles
    • glVertexAttribP2ui

      public MethodHandle glVertexAttribP2ui
      OpenGL 3.3 method handles
    • glVertexAttribP2uiv

      public MethodHandle glVertexAttribP2uiv
      OpenGL 3.3 method handles
    • glVertexAttribP3ui

      public MethodHandle glVertexAttribP3ui
      OpenGL 3.3 method handles
    • glVertexAttribP3uiv

      public MethodHandle glVertexAttribP3uiv
      OpenGL 3.3 method handles
    • glVertexAttribP4ui

      public MethodHandle glVertexAttribP4ui
      OpenGL 3.3 method handles
    • glVertexAttribP4uiv

      public MethodHandle glVertexAttribP4uiv
      OpenGL 3.3 method handles
    • glBeginQueryIndexed

      public MethodHandle glBeginQueryIndexed
      OpenGL 4.0 method handles
    • glBindTransformFeedback

      public MethodHandle glBindTransformFeedback
      OpenGL 4.0 method handles
    • glBlendEquationSeparatei

      public MethodHandle glBlendEquationSeparatei
      OpenGL 4.0 method handles
    • glBlendEquationi

      public MethodHandle glBlendEquationi
      OpenGL 4.0 method handles
    • glBlendFuncSeparatei

      public MethodHandle glBlendFuncSeparatei
      OpenGL 4.0 method handles
    • glBlendFunci

      public MethodHandle glBlendFunci
      OpenGL 4.0 method handles
    • glDeleteTransformFeedbacks

      public MethodHandle glDeleteTransformFeedbacks
      OpenGL 4.0 method handles
    • glDrawArraysIndirect

      public MethodHandle glDrawArraysIndirect
      OpenGL 4.0 method handles
    • glDrawElementsIndirect

      public MethodHandle glDrawElementsIndirect
      OpenGL 4.0 method handles
    • glDrawTransformFeedback

      public MethodHandle glDrawTransformFeedback
      OpenGL 4.0 method handles
    • glDrawTransformFeedbackStream

      public MethodHandle glDrawTransformFeedbackStream
      OpenGL 4.0 method handles
    • glEndQueryIndexed

      public MethodHandle glEndQueryIndexed
      OpenGL 4.0 method handles
    • glGenTransformFeedbacks

      public MethodHandle glGenTransformFeedbacks
      OpenGL 4.0 method handles
    • glGetActiveSubroutineName

      public MethodHandle glGetActiveSubroutineName
      OpenGL 4.0 method handles
    • glGetActiveSubroutineUniformName

      public MethodHandle glGetActiveSubroutineUniformName
      OpenGL 4.0 method handles
    • glGetActiveSubroutineUniformiv

      public MethodHandle glGetActiveSubroutineUniformiv
      OpenGL 4.0 method handles
    • glGetProgramStageiv

      public MethodHandle glGetProgramStageiv
      OpenGL 4.0 method handles
    • glGetQueryIndexediv

      public MethodHandle glGetQueryIndexediv
      OpenGL 4.0 method handles
    • glGetSubroutineIndex

      public MethodHandle glGetSubroutineIndex
      OpenGL 4.0 method handles
    • glGetSubroutineUniformLocation

      public MethodHandle glGetSubroutineUniformLocation
      OpenGL 4.0 method handles
    • glGetUniformSubroutineuiv

      public MethodHandle glGetUniformSubroutineuiv
      OpenGL 4.0 method handles
    • glGetUniformdv

      public MethodHandle glGetUniformdv
      OpenGL 4.0 method handles
    • glIsTransformFeedback

      public MethodHandle glIsTransformFeedback
      OpenGL 4.0 method handles
    • glMinSampleShading

      public MethodHandle glMinSampleShading
      OpenGL 4.0 method handles
    • glPatchParameterfv

      public MethodHandle glPatchParameterfv
      OpenGL 4.0 method handles
    • glPatchParameteri

      public MethodHandle glPatchParameteri
      OpenGL 4.0 method handles
    • glPauseTransformFeedback

      public MethodHandle glPauseTransformFeedback
      OpenGL 4.0 method handles
    • glResumeTransformFeedback

      public MethodHandle glResumeTransformFeedback
      OpenGL 4.0 method handles
    • glUniform1d

      public MethodHandle glUniform1d
      OpenGL 4.0 method handles
    • glUniform1dv

      public MethodHandle glUniform1dv
      OpenGL 4.0 method handles
    • glUniform2d

      public MethodHandle glUniform2d
      OpenGL 4.0 method handles
    • glUniform2dv

      public MethodHandle glUniform2dv
      OpenGL 4.0 method handles
    • glUniform3d

      public MethodHandle glUniform3d
      OpenGL 4.0 method handles
    • glUniform3dv

      public MethodHandle glUniform3dv
      OpenGL 4.0 method handles
    • glUniform4d

      public MethodHandle glUniform4d
      OpenGL 4.0 method handles
    • glUniform4dv

      public MethodHandle glUniform4dv
      OpenGL 4.0 method handles
    • glUniformMatrix2dv

      public MethodHandle glUniformMatrix2dv
      OpenGL 4.0 method handles
    • glUniformMatrix2x3dv

      public MethodHandle glUniformMatrix2x3dv
      OpenGL 4.0 method handles
    • glUniformMatrix2x4dv

      public MethodHandle glUniformMatrix2x4dv
      OpenGL 4.0 method handles
    • glUniformMatrix3dv

      public MethodHandle glUniformMatrix3dv
      OpenGL 4.0 method handles
    • glUniformMatrix3x2dv

      public MethodHandle glUniformMatrix3x2dv
      OpenGL 4.0 method handles
    • glUniformMatrix3x4dv

      public MethodHandle glUniformMatrix3x4dv
      OpenGL 4.0 method handles
    • glUniformMatrix4dv

      public MethodHandle glUniformMatrix4dv
      OpenGL 4.0 method handles
    • glUniformMatrix4x2dv

      public MethodHandle glUniformMatrix4x2dv
      OpenGL 4.0 method handles
    • glUniformMatrix4x3dv

      public MethodHandle glUniformMatrix4x3dv
      OpenGL 4.0 method handles
    • glUniformSubroutinesuiv

      public MethodHandle glUniformSubroutinesuiv
      OpenGL 4.0 method handles
    • glActiveShaderProgram

      public MethodHandle glActiveShaderProgram
      OpenGL 4.1 method handles
    • glBindProgramPipeline

      public MethodHandle glBindProgramPipeline
      OpenGL 4.1 method handles
    • glClearDepthf

      public MethodHandle glClearDepthf
      OpenGL 4.1 method handles
    • glCreateShaderProgramv

      public MethodHandle glCreateShaderProgramv
      OpenGL 4.1 method handles
    • glDeleteProgramPipelines

      public MethodHandle glDeleteProgramPipelines
      OpenGL 4.1 method handles
    • glDepthRangeArrayv

      public MethodHandle glDepthRangeArrayv
      OpenGL 4.1 method handles
    • glDepthRangeIndexed

      public MethodHandle glDepthRangeIndexed
      OpenGL 4.1 method handles
    • glDepthRangef

      public MethodHandle glDepthRangef
      OpenGL 4.1 method handles
    • glGenProgramPipelines

      public MethodHandle glGenProgramPipelines
      OpenGL 4.1 method handles
    • glGetDoublei_v

      public MethodHandle glGetDoublei_v
      OpenGL 4.1 method handles
    • glGetFloati_v

      public MethodHandle glGetFloati_v
      OpenGL 4.1 method handles
    • glGetProgramBinary

      public MethodHandle glGetProgramBinary
      OpenGL 4.1 method handles
    • glGetProgramPipelineInfoLog

      public MethodHandle glGetProgramPipelineInfoLog
      OpenGL 4.1 method handles
    • glGetProgramPipelineiv

      public MethodHandle glGetProgramPipelineiv
      OpenGL 4.1 method handles
    • glGetShaderPrecisionFormat

      public MethodHandle glGetShaderPrecisionFormat
      OpenGL 4.1 method handles
    • glGetVertexAttribLdv

      public MethodHandle glGetVertexAttribLdv
      OpenGL 4.1 method handles
    • glIsProgramPipeline

      public MethodHandle glIsProgramPipeline
      OpenGL 4.1 method handles
    • glProgramBinary

      public MethodHandle glProgramBinary
      OpenGL 4.1 method handles
    • glProgramParameteri

      public MethodHandle glProgramParameteri
      OpenGL 4.1 method handles
    • glProgramUniform1d

      public MethodHandle glProgramUniform1d
      OpenGL 4.1 method handles
    • glProgramUniform1dv

      public MethodHandle glProgramUniform1dv
      OpenGL 4.1 method handles
    • glProgramUniform1f

      public MethodHandle glProgramUniform1f
      OpenGL 4.1 method handles
    • glProgramUniform1fv

      public MethodHandle glProgramUniform1fv
      OpenGL 4.1 method handles
    • glProgramUniform1i

      public MethodHandle glProgramUniform1i
      OpenGL 4.1 method handles
    • glProgramUniform1iv

      public MethodHandle glProgramUniform1iv
      OpenGL 4.1 method handles
    • glProgramUniform1ui

      public MethodHandle glProgramUniform1ui
      OpenGL 4.1 method handles
    • glProgramUniform1uiv

      public MethodHandle glProgramUniform1uiv
      OpenGL 4.1 method handles
    • glProgramUniform2d

      public MethodHandle glProgramUniform2d
      OpenGL 4.1 method handles
    • glProgramUniform2dv

      public MethodHandle glProgramUniform2dv
      OpenGL 4.1 method handles
    • glProgramUniform2f

      public MethodHandle glProgramUniform2f
      OpenGL 4.1 method handles
    • glProgramUniform2fv

      public MethodHandle glProgramUniform2fv
      OpenGL 4.1 method handles
    • glProgramUniform2i

      public MethodHandle glProgramUniform2i
      OpenGL 4.1 method handles
    • glProgramUniform2iv

      public MethodHandle glProgramUniform2iv
      OpenGL 4.1 method handles
    • glProgramUniform2ui

      public MethodHandle glProgramUniform2ui
      OpenGL 4.1 method handles
    • glProgramUniform2uiv

      public MethodHandle glProgramUniform2uiv
      OpenGL 4.1 method handles
    • glProgramUniform3d

      public MethodHandle glProgramUniform3d
      OpenGL 4.1 method handles
    • glProgramUniform3dv

      public MethodHandle glProgramUniform3dv
      OpenGL 4.1 method handles
    • glProgramUniform3f

      public MethodHandle glProgramUniform3f
      OpenGL 4.1 method handles
    • glProgramUniform3fv

      public MethodHandle glProgramUniform3fv
      OpenGL 4.1 method handles
    • glProgramUniform3i

      public MethodHandle glProgramUniform3i
      OpenGL 4.1 method handles
    • glProgramUniform3iv

      public MethodHandle glProgramUniform3iv
      OpenGL 4.1 method handles
    • glProgramUniform3ui

      public MethodHandle glProgramUniform3ui
      OpenGL 4.1 method handles
    • glProgramUniform3uiv

      public MethodHandle glProgramUniform3uiv
      OpenGL 4.1 method handles
    • glProgramUniform4d

      public MethodHandle glProgramUniform4d
      OpenGL 4.1 method handles
    • glProgramUniform4dv

      public MethodHandle glProgramUniform4dv
      OpenGL 4.1 method handles
    • glProgramUniform4f

      public MethodHandle glProgramUniform4f
      OpenGL 4.1 method handles
    • glProgramUniform4fv

      public MethodHandle glProgramUniform4fv
      OpenGL 4.1 method handles
    • glProgramUniform4i

      public MethodHandle glProgramUniform4i
      OpenGL 4.1 method handles
    • glProgramUniform4iv

      public MethodHandle glProgramUniform4iv
      OpenGL 4.1 method handles
    • glProgramUniform4ui

      public MethodHandle glProgramUniform4ui
      OpenGL 4.1 method handles
    • glProgramUniform4uiv

      public MethodHandle glProgramUniform4uiv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2dv

      public MethodHandle glProgramUniformMatrix2dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2fv

      public MethodHandle glProgramUniformMatrix2fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2x3dv

      public MethodHandle glProgramUniformMatrix2x3dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2x3fv

      public MethodHandle glProgramUniformMatrix2x3fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2x4dv

      public MethodHandle glProgramUniformMatrix2x4dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix2x4fv

      public MethodHandle glProgramUniformMatrix2x4fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3dv

      public MethodHandle glProgramUniformMatrix3dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3fv

      public MethodHandle glProgramUniformMatrix3fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3x2dv

      public MethodHandle glProgramUniformMatrix3x2dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3x2fv

      public MethodHandle glProgramUniformMatrix3x2fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3x4dv

      public MethodHandle glProgramUniformMatrix3x4dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix3x4fv

      public MethodHandle glProgramUniformMatrix3x4fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4dv

      public MethodHandle glProgramUniformMatrix4dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4fv

      public MethodHandle glProgramUniformMatrix4fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4x2dv

      public MethodHandle glProgramUniformMatrix4x2dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4x2fv

      public MethodHandle glProgramUniformMatrix4x2fv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4x3dv

      public MethodHandle glProgramUniformMatrix4x3dv
      OpenGL 4.1 method handles
    • glProgramUniformMatrix4x3fv

      public MethodHandle glProgramUniformMatrix4x3fv
      OpenGL 4.1 method handles
    • glReleaseShaderCompiler

      public MethodHandle glReleaseShaderCompiler
      OpenGL 4.1 method handles
    • glScissorArrayv

      public MethodHandle glScissorArrayv
      OpenGL 4.1 method handles
    • glScissorIndexed

      public MethodHandle glScissorIndexed
      OpenGL 4.1 method handles
    • glScissorIndexedv

      public MethodHandle glScissorIndexedv
      OpenGL 4.1 method handles
    • glShaderBinary

      public MethodHandle glShaderBinary
      OpenGL 4.1 method handles
    • glUseProgramStages

      public MethodHandle glUseProgramStages
      OpenGL 4.1 method handles
    • glValidateProgramPipeline

      public MethodHandle glValidateProgramPipeline
      OpenGL 4.1 method handles
    • glVertexAttribL1d

      public MethodHandle glVertexAttribL1d
      OpenGL 4.1 method handles
    • glVertexAttribL1dv

      public MethodHandle glVertexAttribL1dv
      OpenGL 4.1 method handles
    • glVertexAttribL2d

      public MethodHandle glVertexAttribL2d
      OpenGL 4.1 method handles
    • glVertexAttribL2dv

      public MethodHandle glVertexAttribL2dv
      OpenGL 4.1 method handles
    • glVertexAttribL3d

      public MethodHandle glVertexAttribL3d
      OpenGL 4.1 method handles
    • glVertexAttribL3dv

      public MethodHandle glVertexAttribL3dv
      OpenGL 4.1 method handles
    • glVertexAttribL4d

      public MethodHandle glVertexAttribL4d
      OpenGL 4.1 method handles
    • glVertexAttribL4dv

      public MethodHandle glVertexAttribL4dv
      OpenGL 4.1 method handles
    • glVertexAttribLPointer

      public MethodHandle glVertexAttribLPointer
      OpenGL 4.1 method handles
    • glViewportArrayv

      public MethodHandle glViewportArrayv
      OpenGL 4.1 method handles
    • glViewportIndexedf

      public MethodHandle glViewportIndexedf
      OpenGL 4.1 method handles
    • glViewportIndexedfv

      public MethodHandle glViewportIndexedfv
      OpenGL 4.1 method handles
    • glBindImageTexture

      public MethodHandle glBindImageTexture
      OpenGL 4.2 method handles
    • glDrawArraysInstancedBaseInstance

      public MethodHandle glDrawArraysInstancedBaseInstance
      OpenGL 4.2 method handles
    • glDrawElementsInstancedBaseInstance

      public MethodHandle glDrawElementsInstancedBaseInstance
      OpenGL 4.2 method handles
    • glDrawElementsInstancedBaseVertexBaseInstance

      public MethodHandle glDrawElementsInstancedBaseVertexBaseInstance
      OpenGL 4.2 method handles
    • glDrawTransformFeedbackInstanced

      public MethodHandle glDrawTransformFeedbackInstanced
      OpenGL 4.2 method handles
    • glDrawTransformFeedbackStreamInstanced

      public MethodHandle glDrawTransformFeedbackStreamInstanced
      OpenGL 4.2 method handles
    • glGetActiveAtomicCounterBufferiv

      public MethodHandle glGetActiveAtomicCounterBufferiv
      OpenGL 4.2 method handles
    • glGetInternalformativ

      public MethodHandle glGetInternalformativ
      OpenGL 4.2 method handles
    • glMemoryBarrier

      public MethodHandle glMemoryBarrier
      OpenGL 4.2 method handles
    • glTexStorage1D

      public MethodHandle glTexStorage1D
      OpenGL 4.2 method handles
    • glTexStorage2D

      public MethodHandle glTexStorage2D
      OpenGL 4.2 method handles
    • glTexStorage3D

      public MethodHandle glTexStorage3D
      OpenGL 4.2 method handles
    • glBindVertexBuffer

      public MethodHandle glBindVertexBuffer
      OpenGL 4.3 method handles
    • glClearBufferData

      public MethodHandle glClearBufferData
      OpenGL 4.3 method handles
    • glClearBufferSubData

      public MethodHandle glClearBufferSubData
      OpenGL 4.3 method handles
    • glCopyImageSubData

      public MethodHandle glCopyImageSubData
      OpenGL 4.3 method handles
    • glDebugMessageCallback

      public MethodHandle glDebugMessageCallback
      OpenGL 4.3 method handles
    • glDebugMessageControl

      public MethodHandle glDebugMessageControl
      OpenGL 4.3 method handles
    • glDebugMessageInsert

      public MethodHandle glDebugMessageInsert
      OpenGL 4.3 method handles
    • glDispatchCompute

      public MethodHandle glDispatchCompute
      OpenGL 4.3 method handles
    • glDispatchComputeIndirect

      public MethodHandle glDispatchComputeIndirect
      OpenGL 4.3 method handles
    • glFramebufferParameteri

      public MethodHandle glFramebufferParameteri
      OpenGL 4.3 method handles
    • glGetDebugMessageLog

      public MethodHandle glGetDebugMessageLog
      OpenGL 4.3 method handles
    • glGetFramebufferParameteriv

      public MethodHandle glGetFramebufferParameteriv
      OpenGL 4.3 method handles
    • glGetInternalformati64v

      public MethodHandle glGetInternalformati64v
      OpenGL 4.3 method handles
    • glGetObjectLabel

      public MethodHandle glGetObjectLabel
      OpenGL 4.3 method handles
    • glGetObjectPtrLabel

      public MethodHandle glGetObjectPtrLabel
      OpenGL 4.3 method handles
    • glGetProgramInterfaceiv

      public MethodHandle glGetProgramInterfaceiv
      OpenGL 4.3 method handles
    • glGetProgramResourceIndex

      public MethodHandle glGetProgramResourceIndex
      OpenGL 4.3 method handles
    • glGetProgramResourceLocation

      public MethodHandle glGetProgramResourceLocation
      OpenGL 4.3 method handles
    • glGetProgramResourceLocationIndex

      public MethodHandle glGetProgramResourceLocationIndex
      OpenGL 4.3 method handles
    • glGetProgramResourceName

      public MethodHandle glGetProgramResourceName
      OpenGL 4.3 method handles
    • glGetProgramResourceiv

      public MethodHandle glGetProgramResourceiv
      OpenGL 4.3 method handles
    • glInvalidateBufferData

      public MethodHandle glInvalidateBufferData
      OpenGL 4.3 method handles
    • glInvalidateBufferSubData

      public MethodHandle glInvalidateBufferSubData
      OpenGL 4.3 method handles
    • glInvalidateFramebuffer

      public MethodHandle glInvalidateFramebuffer
      OpenGL 4.3 method handles
    • glInvalidateSubFramebuffer

      public MethodHandle glInvalidateSubFramebuffer
      OpenGL 4.3 method handles
    • glInvalidateTexImage

      public MethodHandle glInvalidateTexImage
      OpenGL 4.3 method handles
    • glInvalidateTexSubImage

      public MethodHandle glInvalidateTexSubImage
      OpenGL 4.3 method handles
    • glMultiDrawArraysIndirect

      public MethodHandle glMultiDrawArraysIndirect
      OpenGL 4.3 method handles
    • glMultiDrawElementsIndirect

      public MethodHandle glMultiDrawElementsIndirect
      OpenGL 4.3 method handles
    • glObjectLabel

      public MethodHandle glObjectLabel
      OpenGL 4.3 method handles
    • glObjectPtrLabel

      public MethodHandle glObjectPtrLabel
      OpenGL 4.3 method handles
    • glPopDebugGroup

      public MethodHandle glPopDebugGroup
      OpenGL 4.3 method handles
    • glPushDebugGroup

      public MethodHandle glPushDebugGroup
      OpenGL 4.3 method handles
    • glShaderStorageBlockBinding

      public MethodHandle glShaderStorageBlockBinding
      OpenGL 4.3 method handles
    • glTexBufferRange

      public MethodHandle glTexBufferRange
      OpenGL 4.3 method handles
    • glTexStorage2DMultisample

      public MethodHandle glTexStorage2DMultisample
      OpenGL 4.3 method handles
    • glTexStorage3DMultisample

      public MethodHandle glTexStorage3DMultisample
      OpenGL 4.3 method handles
    • glTextureView

      public MethodHandle glTextureView
      OpenGL 4.3 method handles
    • glVertexAttribBinding

      public MethodHandle glVertexAttribBinding
      OpenGL 4.3 method handles
    • glVertexAttribFormat

      public MethodHandle glVertexAttribFormat
      OpenGL 4.3 method handles
    • glVertexAttribIFormat

      public MethodHandle glVertexAttribIFormat
      OpenGL 4.3 method handles
    • glVertexAttribLFormat

      public MethodHandle glVertexAttribLFormat
      OpenGL 4.3 method handles
    • glVertexBindingDivisor

      public MethodHandle glVertexBindingDivisor
      OpenGL 4.3 method handles
    • glBindBuffersBase

      public MethodHandle glBindBuffersBase
      OpenGL 4.4 method handles
    • glBindBuffersRange

      public MethodHandle glBindBuffersRange
      OpenGL 4.4 method handles
    • glBindImageTextures

      public MethodHandle glBindImageTextures
      OpenGL 4.4 method handles
    • glBindSamplers

      public MethodHandle glBindSamplers
      OpenGL 4.4 method handles
    • glBindTextures

      public MethodHandle glBindTextures
      OpenGL 4.4 method handles
    • glBindVertexBuffers

      public MethodHandle glBindVertexBuffers
      OpenGL 4.4 method handles
    • glBufferStorage

      public MethodHandle glBufferStorage
      OpenGL 4.4 method handles
    • glClearTexImage

      public MethodHandle glClearTexImage
      OpenGL 4.4 method handles
    • glClearTexSubImage

      public MethodHandle glClearTexSubImage
      OpenGL 4.4 method handles
    • glBindTextureUnit

      public MethodHandle glBindTextureUnit
      OpenGL 4.5 method handles
    • glBlitNamedFramebuffer

      public MethodHandle glBlitNamedFramebuffer
      OpenGL 4.5 method handles
    • glCheckNamedFramebufferStatus

      public MethodHandle glCheckNamedFramebufferStatus
      OpenGL 4.5 method handles
    • glClearNamedBufferData

      public MethodHandle glClearNamedBufferData
      OpenGL 4.5 method handles
    • glClearNamedBufferSubData

      public MethodHandle glClearNamedBufferSubData
      OpenGL 4.5 method handles
    • glClearNamedFramebufferfi

      public MethodHandle glClearNamedFramebufferfi
      OpenGL 4.5 method handles
    • glClearNamedFramebufferfv

      public MethodHandle glClearNamedFramebufferfv
      OpenGL 4.5 method handles
    • glClearNamedFramebufferiv

      public MethodHandle glClearNamedFramebufferiv
      OpenGL 4.5 method handles
    • glClearNamedFramebufferuiv

      public MethodHandle glClearNamedFramebufferuiv
      OpenGL 4.5 method handles
    • glClipControl

      public MethodHandle glClipControl
      OpenGL 4.5 method handles
    • glCompressedTextureSubImage1D

      public MethodHandle glCompressedTextureSubImage1D
      OpenGL 4.5 method handles
    • glCompressedTextureSubImage2D

      public MethodHandle glCompressedTextureSubImage2D
      OpenGL 4.5 method handles
    • glCompressedTextureSubImage3D

      public MethodHandle glCompressedTextureSubImage3D
      OpenGL 4.5 method handles
    • glCopyNamedBufferSubData

      public MethodHandle glCopyNamedBufferSubData
      OpenGL 4.5 method handles
    • glCopyTextureSubImage1D

      public MethodHandle glCopyTextureSubImage1D
      OpenGL 4.5 method handles
    • glCopyTextureSubImage2D

      public MethodHandle glCopyTextureSubImage2D
      OpenGL 4.5 method handles
    • glCopyTextureSubImage3D

      public MethodHandle glCopyTextureSubImage3D
      OpenGL 4.5 method handles
    • glCreateBuffers

      public MethodHandle glCreateBuffers
      OpenGL 4.5 method handles
    • glCreateFramebuffers

      public MethodHandle glCreateFramebuffers
      OpenGL 4.5 method handles
    • glCreateProgramPipelines

      public MethodHandle glCreateProgramPipelines
      OpenGL 4.5 method handles
    • glCreateQueries

      public MethodHandle glCreateQueries
      OpenGL 4.5 method handles
    • glCreateRenderbuffers

      public MethodHandle glCreateRenderbuffers
      OpenGL 4.5 method handles
    • glCreateSamplers

      public MethodHandle glCreateSamplers
      OpenGL 4.5 method handles
    • glCreateTextures

      public MethodHandle glCreateTextures
      OpenGL 4.5 method handles
    • glCreateTransformFeedbacks

      public MethodHandle glCreateTransformFeedbacks
      OpenGL 4.5 method handles
    • glCreateVertexArrays

      public MethodHandle glCreateVertexArrays
      OpenGL 4.5 method handles
    • glDisableVertexArrayAttrib

      public MethodHandle glDisableVertexArrayAttrib
      OpenGL 4.5 method handles
    • glEnableVertexArrayAttrib

      public MethodHandle glEnableVertexArrayAttrib
      OpenGL 4.5 method handles
    • glFlushMappedNamedBufferRange

      public MethodHandle glFlushMappedNamedBufferRange
      OpenGL 4.5 method handles
    • glGenerateTextureMipmap

      public MethodHandle glGenerateTextureMipmap
      OpenGL 4.5 method handles
    • glGetCompressedTextureImage

      public MethodHandle glGetCompressedTextureImage
      OpenGL 4.5 method handles
    • glGetCompressedTextureSubImage

      public MethodHandle glGetCompressedTextureSubImage
      OpenGL 4.5 method handles
    • glGetGraphicsResetStatus

      public MethodHandle glGetGraphicsResetStatus
      OpenGL 4.5 method handles
    • glGetNamedBufferParameteri64v

      public MethodHandle glGetNamedBufferParameteri64v
      OpenGL 4.5 method handles
    • glGetNamedBufferParameteriv

      public MethodHandle glGetNamedBufferParameteriv
      OpenGL 4.5 method handles
    • glGetNamedBufferPointerv

      public MethodHandle glGetNamedBufferPointerv
      OpenGL 4.5 method handles
    • glGetNamedBufferSubData

      public MethodHandle glGetNamedBufferSubData
      OpenGL 4.5 method handles
    • glGetNamedFramebufferAttachmentParameteriv

      public MethodHandle glGetNamedFramebufferAttachmentParameteriv
      OpenGL 4.5 method handles
    • glGetNamedFramebufferParameteriv

      public MethodHandle glGetNamedFramebufferParameteriv
      OpenGL 4.5 method handles
    • glGetNamedRenderbufferParameteriv

      public MethodHandle glGetNamedRenderbufferParameteriv
      OpenGL 4.5 method handles
    • glGetQueryBufferObjecti64v

      public MethodHandle glGetQueryBufferObjecti64v
      OpenGL 4.5 method handles
    • glGetQueryBufferObjectiv

      public MethodHandle glGetQueryBufferObjectiv
      OpenGL 4.5 method handles
    • glGetQueryBufferObjectui64v

      public MethodHandle glGetQueryBufferObjectui64v
      OpenGL 4.5 method handles
    • glGetQueryBufferObjectuiv

      public MethodHandle glGetQueryBufferObjectuiv
      OpenGL 4.5 method handles
    • glGetTextureImage

      public MethodHandle glGetTextureImage
      OpenGL 4.5 method handles
    • glGetTextureLevelParameterfv

      public MethodHandle glGetTextureLevelParameterfv
      OpenGL 4.5 method handles
    • glGetTextureLevelParameteriv

      public MethodHandle glGetTextureLevelParameteriv
      OpenGL 4.5 method handles
    • glGetTextureParameterIiv

      public MethodHandle glGetTextureParameterIiv
      OpenGL 4.5 method handles
    • glGetTextureParameterIuiv

      public MethodHandle glGetTextureParameterIuiv
      OpenGL 4.5 method handles
    • glGetTextureParameterfv

      public MethodHandle glGetTextureParameterfv
      OpenGL 4.5 method handles
    • glGetTextureParameteriv

      public MethodHandle glGetTextureParameteriv
      OpenGL 4.5 method handles
    • glGetTextureSubImage

      public MethodHandle glGetTextureSubImage
      OpenGL 4.5 method handles
    • glGetTransformFeedbacki64_v

      public MethodHandle glGetTransformFeedbacki64_v
      OpenGL 4.5 method handles
    • glGetTransformFeedbacki_v

      public MethodHandle glGetTransformFeedbacki_v
      OpenGL 4.5 method handles
    • glGetTransformFeedbackiv

      public MethodHandle glGetTransformFeedbackiv
      OpenGL 4.5 method handles
    • glGetVertexArrayIndexed64iv

      public MethodHandle glGetVertexArrayIndexed64iv
      OpenGL 4.5 method handles
    • glGetVertexArrayIndexediv

      public MethodHandle glGetVertexArrayIndexediv
      OpenGL 4.5 method handles
    • glGetVertexArrayiv

      public MethodHandle glGetVertexArrayiv
      OpenGL 4.5 method handles
    • glGetnCompressedTexImage

      public MethodHandle glGetnCompressedTexImage
      OpenGL 4.5 method handles
    • glGetnTexImage

      public MethodHandle glGetnTexImage
      OpenGL 4.5 method handles
    • glGetnUniformdv

      public MethodHandle glGetnUniformdv
      OpenGL 4.5 method handles
    • glGetnUniformfv

      public MethodHandle glGetnUniformfv
      OpenGL 4.5 method handles
    • glGetnUniformiv

      public MethodHandle glGetnUniformiv
      OpenGL 4.5 method handles
    • glGetnUniformuiv

      public MethodHandle glGetnUniformuiv
      OpenGL 4.5 method handles
    • glInvalidateNamedFramebufferData

      public MethodHandle glInvalidateNamedFramebufferData
      OpenGL 4.5 method handles
    • glInvalidateNamedFramebufferSubData

      public MethodHandle glInvalidateNamedFramebufferSubData
      OpenGL 4.5 method handles
    • glMapNamedBuffer

      public MethodHandle glMapNamedBuffer
      OpenGL 4.5 method handles
    • glMapNamedBufferRange

      public MethodHandle glMapNamedBufferRange
      OpenGL 4.5 method handles
    • glMemoryBarrierByRegion

      public MethodHandle glMemoryBarrierByRegion
      OpenGL 4.5 method handles
    • glNamedBufferData

      public MethodHandle glNamedBufferData
      OpenGL 4.5 method handles
    • glNamedBufferStorage

      public MethodHandle glNamedBufferStorage
      OpenGL 4.5 method handles
    • glNamedBufferSubData

      public MethodHandle glNamedBufferSubData
      OpenGL 4.5 method handles
    • glNamedFramebufferDrawBuffer

      public MethodHandle glNamedFramebufferDrawBuffer
      OpenGL 4.5 method handles
    • glNamedFramebufferDrawBuffers

      public MethodHandle glNamedFramebufferDrawBuffers
      OpenGL 4.5 method handles
    • glNamedFramebufferParameteri

      public MethodHandle glNamedFramebufferParameteri
      OpenGL 4.5 method handles
    • glNamedFramebufferReadBuffer

      public MethodHandle glNamedFramebufferReadBuffer
      OpenGL 4.5 method handles
    • glNamedFramebufferRenderbuffer

      public MethodHandle glNamedFramebufferRenderbuffer
      OpenGL 4.5 method handles
    • glNamedFramebufferTexture

      public MethodHandle glNamedFramebufferTexture
      OpenGL 4.5 method handles
    • glNamedFramebufferTextureLayer

      public MethodHandle glNamedFramebufferTextureLayer
      OpenGL 4.5 method handles
    • glNamedRenderbufferStorage

      public MethodHandle glNamedRenderbufferStorage
      OpenGL 4.5 method handles
    • glNamedRenderbufferStorageMultisample

      public MethodHandle glNamedRenderbufferStorageMultisample
      OpenGL 4.5 method handles
    • glReadnPixels

      public MethodHandle glReadnPixels
      OpenGL 4.5 method handles
    • glTextureBarrier

      public MethodHandle glTextureBarrier
      OpenGL 4.5 method handles
    • glTextureBuffer

      public MethodHandle glTextureBuffer
      OpenGL 4.5 method handles
    • glTextureBufferRange

      public MethodHandle glTextureBufferRange
      OpenGL 4.5 method handles
    • glTextureParameterIiv

      public MethodHandle glTextureParameterIiv
      OpenGL 4.5 method handles
    • glTextureParameterIuiv

      public MethodHandle glTextureParameterIuiv
      OpenGL 4.5 method handles
    • glTextureParameterf

      public MethodHandle glTextureParameterf
      OpenGL 4.5 method handles
    • glTextureParameterfv

      public MethodHandle glTextureParameterfv
      OpenGL 4.5 method handles
    • glTextureParameteri

      public MethodHandle glTextureParameteri
      OpenGL 4.5 method handles
    • glTextureParameteriv

      public MethodHandle glTextureParameteriv
      OpenGL 4.5 method handles
    • glTextureStorage1D

      public MethodHandle glTextureStorage1D
      OpenGL 4.5 method handles
    • glTextureStorage2D

      public MethodHandle glTextureStorage2D
      OpenGL 4.5 method handles
    • glTextureStorage2DMultisample

      public MethodHandle glTextureStorage2DMultisample
      OpenGL 4.5 method handles
    • glTextureStorage3D

      public MethodHandle glTextureStorage3D
      OpenGL 4.5 method handles
    • glTextureStorage3DMultisample

      public MethodHandle glTextureStorage3DMultisample
      OpenGL 4.5 method handles
    • glTextureSubImage1D

      public MethodHandle glTextureSubImage1D
      OpenGL 4.5 method handles
    • glTextureSubImage2D

      public MethodHandle glTextureSubImage2D
      OpenGL 4.5 method handles
    • glTextureSubImage3D

      public MethodHandle glTextureSubImage3D
      OpenGL 4.5 method handles
    • glTransformFeedbackBufferBase

      public MethodHandle glTransformFeedbackBufferBase
      OpenGL 4.5 method handles
    • glTransformFeedbackBufferRange

      public MethodHandle glTransformFeedbackBufferRange
      OpenGL 4.5 method handles
    • glUnmapNamedBuffer

      public MethodHandle glUnmapNamedBuffer
      OpenGL 4.5 method handles
    • glVertexArrayAttribBinding

      public MethodHandle glVertexArrayAttribBinding
      OpenGL 4.5 method handles
    • glVertexArrayAttribFormat

      public MethodHandle glVertexArrayAttribFormat
      OpenGL 4.5 method handles
    • glVertexArrayAttribIFormat

      public MethodHandle glVertexArrayAttribIFormat
      OpenGL 4.5 method handles
    • glVertexArrayAttribLFormat

      public MethodHandle glVertexArrayAttribLFormat
      OpenGL 4.5 method handles
    • glVertexArrayBindingDivisor

      public MethodHandle glVertexArrayBindingDivisor
      OpenGL 4.5 method handles
    • glVertexArrayElementBuffer

      public MethodHandle glVertexArrayElementBuffer
      OpenGL 4.5 method handles
    • glVertexArrayVertexBuffer

      public MethodHandle glVertexArrayVertexBuffer
      OpenGL 4.5 method handles
    • glVertexArrayVertexBuffers

      public MethodHandle glVertexArrayVertexBuffers
      OpenGL 4.5 method handles
    • glMultiDrawArraysIndirectCount

      public MethodHandle glMultiDrawArraysIndirectCount
      OpenGL 4.6 method handles
    • glMultiDrawElementsIndirectCount

      public MethodHandle glMultiDrawElementsIndirectCount
      OpenGL 4.6 method handles
    • glPolygonOffsetClamp

      public MethodHandle glPolygonOffsetClamp
      OpenGL 4.6 method handles
    • glSpecializeShader

      public MethodHandle glSpecializeShader
      OpenGL 4.6 method handles
    • Ver10

      public boolean Ver10
      The OpenGL context version flags.
    • Ver11

      public boolean Ver11
      The OpenGL context version flags.
    • Ver12

      public boolean Ver12
      The OpenGL context version flags.
    • Ver13

      public boolean Ver13
      The OpenGL context version flags.
    • Ver14

      public boolean Ver14
      The OpenGL context version flags.
    • Ver15

      public boolean Ver15
      The OpenGL context version flags.
    • Ver20

      public boolean Ver20
      The OpenGL context version flags.
    • Ver21

      public boolean Ver21
      The OpenGL context version flags.
    • Ver30

      public boolean Ver30
      The OpenGL context version flags.
    • Ver31

      public boolean Ver31
      The OpenGL context version flags.
    • Ver32

      public boolean Ver32
      The OpenGL context version flags.
    • Ver33

      public boolean Ver33
      The OpenGL context version flags.
    • Ver40

      public boolean Ver40
      The OpenGL context version flags.
    • Ver41

      public boolean Ver41
      The OpenGL context version flags.
    • Ver42

      public boolean Ver42
      The OpenGL context version flags.
    • Ver43

      public boolean Ver43
      The OpenGL context version flags.
    • Ver44

      public boolean Ver44
      The OpenGL context version flags.
    • Ver45

      public boolean Ver45
      The OpenGL context version flags.
    • Ver46

      public boolean Ver46
      The OpenGL context version flags.
  • Constructor Details

    • GLCapabilities

      public GLCapabilities(boolean forwardCompatible)
      Constructs incomplete OpenGL capabilities.
      Parameters:
      forwardCompatible - If true, only loads core profile functions.
  • Method Details

    • load

      public int load(GLLoadFunc load)
      Load OpenGL by the given load function.
      Parameters:
      load - the load function.
      Returns:
      the OpenGL version returned from the graphics driver, or 0 if no OpenGL context found.
    • rawGLVersion

      public int rawGLVersion()
      Returns the raw OpenGL version value.
      Returns:
      the raw OpenGL version value
    • forwardCompatible

      public boolean forwardCompatible()
      Forward compatible flag.
      Returns:
      false for deprecated and removed function.
    • ext

      public GLExtCaps ext()
      Returns the OpenGL extension capabilities.
      Returns:
      the OpenGL extension capabilities