- GLDEBUGPROC
alias GLDEBUGPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* message, GLvoid* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLDEBUGPROCAMD
alias GLDEBUGPROCAMD = void function(GLuint id, GLenum category, GLenum severity, GLsizei length, const(GLchar)* message, GLvoid* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLDEBUGPROCARB
alias GLDEBUGPROCARB = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* message, GLvoid* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLbitfield
alias GLbitfield = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLboolean
alias GLboolean = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLbyte
alias GLbyte = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLchar
alias GLchar = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLcharARB
alias GLcharARB = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLclampd
alias GLclampd = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLclampf
alias GLclampf = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLdouble
alias GLdouble = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLenum
alias GLenum = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLfloat
alias GLfloat = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLhalf
alias GLhalf = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLhalfARB
alias GLhalfARB = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLhalfNV
alias GLhalfNV = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLhandleARB
alias GLhandleARB = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLint
alias GLint = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLint64
alias GLint64 = int64_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLint64EXT
alias GLint64EXT = int64_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLintptr
alias GLintptr = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLintptrARB
alias GLintptrARB = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLshort
alias GLshort = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLsizei
alias GLsizei = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLsizeiptr
alias GLsizeiptr = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLsizeiptrARB
alias GLsizeiptrARB = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLsync
alias GLsync = __GLsync*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLubyte
alias GLubyte = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLuint
alias GLuint = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLuint64
alias GLuint64 = uint64_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLuint64EXT
alias GLuint64EXT = uint64_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLushort
alias GLushort = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLvdpauSurfaceNV
alias GLvdpauSurfaceNV = GLintptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLvoid
alias GLvoid = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLACTIVESHADERPROGRAMPROC
alias PFNGLACTIVESHADERPROGRAMPROC = void function(GLuint pipeline, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLACTIVETEXTUREPROC
alias PFNGLACTIVETEXTUREPROC = void function(GLenum texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLATTACHSHADERPROC
alias PFNGLATTACHSHADERPROC = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBEGINCONDITIONALRENDERPROC
alias PFNGLBEGINCONDITIONALRENDERPROC = void function(GLuint id, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBEGINQUERYINDEXEDPROC
alias PFNGLBEGINQUERYINDEXEDPROC = void function(GLenum target, GLuint index, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBEGINQUERYPROC
alias PFNGLBEGINQUERYPROC = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBEGINTRANSFORMFEEDBACKPROC
alias PFNGLBEGINTRANSFORMFEEDBACKPROC = void function(GLenum primitiveMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDATTRIBLOCATIONPROC
alias PFNGLBINDATTRIBLOCATIONPROC = void function(GLuint program, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDBUFFERBASEPROC
alias PFNGLBINDBUFFERBASEPROC = void function(GLenum target, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDBUFFERPROC
alias PFNGLBINDBUFFERPROC = void function(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDBUFFERRANGEPROC
alias PFNGLBINDBUFFERRANGEPROC = void function(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDFRAGDATALOCATIONINDEXEDPROC
alias PFNGLBINDFRAGDATALOCATIONINDEXEDPROC = void function(GLuint program, GLuint colorNumber, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDFRAGDATALOCATIONPROC
alias PFNGLBINDFRAGDATALOCATIONPROC = void function(GLuint program, GLuint color, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDFRAMEBUFFERPROC
alias PFNGLBINDFRAMEBUFFERPROC = void function(GLenum target, GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDIMAGETEXTUREPROC
alias PFNGLBINDIMAGETEXTUREPROC = void function(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDPROGRAMPIPELINEPROC
alias PFNGLBINDPROGRAMPIPELINEPROC = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDRENDERBUFFERPROC
alias PFNGLBINDRENDERBUFFERPROC = void function(GLenum target, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDSAMPLERPROC
alias PFNGLBINDSAMPLERPROC = void function(GLuint unit, GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDTEXTUREPROC
alias PFNGLBINDTEXTUREPROC = void function(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDTRANSFORMFEEDBACKPROC
alias PFNGLBINDTRANSFORMFEEDBACKPROC = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDVERTEXARRAYPROC
alias PFNGLBINDVERTEXARRAYPROC = void function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBINDVERTEXBUFFERPROC
alias PFNGLBINDVERTEXBUFFERPROC = void function(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDCOLORPROC
alias PFNGLBLENDCOLORPROC = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONIARBPROC
alias PFNGLBLENDEQUATIONIARBPROC = void function(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONIPROC
alias PFNGLBLENDEQUATIONIPROC = void function(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONPROC
alias PFNGLBLENDEQUATIONPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONSEPARATEIARBPROC
alias PFNGLBLENDEQUATIONSEPARATEIARBPROC = void function(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONSEPARATEIPROC
alias PFNGLBLENDEQUATIONSEPARATEIPROC = void function(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDEQUATIONSEPARATEPROC
alias PFNGLBLENDEQUATIONSEPARATEPROC = void function(GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCIARBPROC
alias PFNGLBLENDFUNCIARBPROC = void function(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCIPROC
alias PFNGLBLENDFUNCIPROC = void function(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCPROC
alias PFNGLBLENDFUNCPROC = void function(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCSEPARATEIARBPROC
alias PFNGLBLENDFUNCSEPARATEIARBPROC = void function(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCSEPARATEIPROC
alias PFNGLBLENDFUNCSEPARATEIPROC = void function(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLENDFUNCSEPARATEPROC
alias PFNGLBLENDFUNCSEPARATEPROC = void function(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBLITFRAMEBUFFERPROC
alias PFNGLBLITFRAMEBUFFERPROC = void function(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBUFFERDATAPROC
alias PFNGLBUFFERDATAPROC = void function(GLenum target, GLsizeiptr size, const(GLvoid)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLBUFFERSUBDATAPROC
alias PFNGLBUFFERSUBDATAPROC = void function(GLenum target, GLintptr offset, GLsizeiptr size, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCHECKFRAMEBUFFERSTATUSPROC
alias PFNGLCHECKFRAMEBUFFERSTATUSPROC = GLenum function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLAMPCOLORPROC
alias PFNGLCLAMPCOLORPROC = void function(GLenum target, GLenum clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERDATAPROC
alias PFNGLCLEARBUFFERDATAPROC = void function(GLenum target, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERFIPROC
alias PFNGLCLEARBUFFERFIPROC = void function(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERFVPROC
alias PFNGLCLEARBUFFERFVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERIVPROC
alias PFNGLCLEARBUFFERIVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERSUBDATAPROC
alias PFNGLCLEARBUFFERSUBDATAPROC = void function(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARBUFFERUIVPROC
alias PFNGLCLEARBUFFERUIVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARCOLORPROC
alias PFNGLCLEARCOLORPROC = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARDEPTHFPROC
alias PFNGLCLEARDEPTHFPROC = void function(GLfloat d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARDEPTHPROC
alias PFNGLCLEARDEPTHPROC = void function(GLdouble depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARNAMEDBUFFERDATAEXTPROC
alias PFNGLCLEARNAMEDBUFFERDATAEXTPROC = void function(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC
alias PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC = void function(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, GLsizeiptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARPROC
alias PFNGLCLEARPROC = void function(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLEARSTENCILPROC
alias PFNGLCLEARSTENCILPROC = void function(GLint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCLIENTWAITSYNCPROC
alias PFNGLCLIENTWAITSYNCPROC = GLenum function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORMASKIPROC
alias PFNGLCOLORMASKIPROC = void function(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORMASKPROC
alias PFNGLCOLORMASKPROC = void function(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORP3UIPROC
alias PFNGLCOLORP3UIPROC = void function(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORP3UIVPROC
alias PFNGLCOLORP3UIVPROC = void function(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORP4UIPROC
alias PFNGLCOLORP4UIPROC = void function(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOLORP4UIVPROC
alias PFNGLCOLORP4UIVPROC = void function(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPILESHADERINCLUDEARBPROC
alias PFNGLCOMPILESHADERINCLUDEARBPROC = void function(GLuint shader, GLsizei count, const(GLchar*)* path, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPILESHADERPROC
alias PFNGLCOMPILESHADERPROC = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXIMAGE1DPROC
alias PFNGLCOMPRESSEDTEXIMAGE1DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXIMAGE2DPROC
alias PFNGLCOMPRESSEDTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXIMAGE3DPROC
alias PFNGLCOMPRESSEDTEXIMAGE3DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC
alias PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC = void function(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC
alias PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC
alias PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYBUFFERSUBDATAPROC
alias PFNGLCOPYBUFFERSUBDATAPROC = void function(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYIMAGESUBDATAPROC
alias PFNGLCOPYIMAGESUBDATAPROC = void function(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYTEXIMAGE1DPROC
alias PFNGLCOPYTEXIMAGE1DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYTEXIMAGE2DPROC
alias PFNGLCOPYTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYTEXSUBIMAGE1DPROC
alias PFNGLCOPYTEXSUBIMAGE1DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYTEXSUBIMAGE2DPROC
alias PFNGLCOPYTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCOPYTEXSUBIMAGE3DPROC
alias PFNGLCOPYTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCREATEPROGRAMPROC
alias PFNGLCREATEPROGRAMPROC = GLuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCREATESHADERPROC
alias PFNGLCREATESHADERPROC = GLuint function(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCREATESHADERPROGRAMVPROC
alias PFNGLCREATESHADERPROGRAMVPROC = GLuint function(GLenum type, GLsizei count, const(GLchar)** strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCREATESYNCFROMCLEVENTARBPROC
alias PFNGLCREATESYNCFROMCLEVENTARBPROC = GLsync function(_cl_context* context, _cl_event* event, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLCULLFACEPROC
alias PFNGLCULLFACEPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGECALLBACKARBPROC
alias PFNGLDEBUGMESSAGECALLBACKARBPROC = void function(GLDEBUGPROCARB callback, const(GLvoid)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGECALLBACKPROC
alias PFNGLDEBUGMESSAGECALLBACKPROC = void function(GLDEBUGPROC callback, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGECONTROLARBPROC
alias PFNGLDEBUGMESSAGECONTROLARBPROC = void function(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGECONTROLPROC
alias PFNGLDEBUGMESSAGECONTROLPROC = void function(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGEINSERTARBPROC
alias PFNGLDEBUGMESSAGEINSERTARBPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEBUGMESSAGEINSERTPROC
alias PFNGLDEBUGMESSAGEINSERTPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEBUFFERSPROC
alias PFNGLDELETEBUFFERSPROC = void function(GLsizei n, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEFRAMEBUFFERSPROC
alias PFNGLDELETEFRAMEBUFFERSPROC = void function(GLsizei n, const(GLuint)* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETENAMEDSTRINGARBPROC
alias PFNGLDELETENAMEDSTRINGARBPROC = void function(GLint namelen, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEPROGRAMPIPELINESPROC
alias PFNGLDELETEPROGRAMPIPELINESPROC = void function(GLsizei n, const(GLuint)* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEPROGRAMPROC
alias PFNGLDELETEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEQUERIESPROC
alias PFNGLDELETEQUERIESPROC = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETERENDERBUFFERSPROC
alias PFNGLDELETERENDERBUFFERSPROC = void function(GLsizei n, const(GLuint)* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETESAMPLERSPROC
alias PFNGLDELETESAMPLERSPROC = void function(GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETESHADERPROC
alias PFNGLDELETESHADERPROC = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETESYNCPROC
alias PFNGLDELETESYNCPROC = void function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETETEXTURESPROC
alias PFNGLDELETETEXTURESPROC = void function(GLsizei n, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETETRANSFORMFEEDBACKSPROC
alias PFNGLDELETETRANSFORMFEEDBACKSPROC = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDELETEVERTEXARRAYSPROC
alias PFNGLDELETEVERTEXARRAYSPROC = void function(GLsizei n, const(GLuint)* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHFUNCPROC
alias PFNGLDEPTHFUNCPROC = void function(GLenum func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHMASKPROC
alias PFNGLDEPTHMASKPROC = void function(GLboolean flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHRANGEARRAYVPROC
alias PFNGLDEPTHRANGEARRAYVPROC = void function(GLuint first, GLsizei count, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHRANGEFPROC
alias PFNGLDEPTHRANGEFPROC = void function(GLfloat n, GLfloat f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHRANGEINDEXEDPROC
alias PFNGLDEPTHRANGEINDEXEDPROC = void function(GLuint index, GLdouble n, GLdouble f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDEPTHRANGEPROC
alias PFNGLDEPTHRANGEPROC = void function(GLdouble near, GLdouble far)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDETACHSHADERPROC
alias PFNGLDETACHSHADERPROC = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDISABLEIPROC
alias PFNGLDISABLEIPROC = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDISABLEPROC
alias PFNGLDISABLEPROC = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDISABLEVERTEXATTRIBARRAYPROC
alias PFNGLDISABLEVERTEXATTRIBARRAYPROC = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDISPATCHCOMPUTEINDIRECTPROC
alias PFNGLDISPATCHCOMPUTEINDIRECTPROC = void function(GLintptr indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDISPATCHCOMPUTEPROC
alias PFNGLDISPATCHCOMPUTEPROC = void function(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWARRAYSINDIRECTPROC
alias PFNGLDRAWARRAYSINDIRECTPROC = void function(GLenum mode, const(GLvoid)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC
alias PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC = void function(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWARRAYSINSTANCEDPROC
alias PFNGLDRAWARRAYSINSTANCEDPROC = void function(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWARRAYSPROC
alias PFNGLDRAWARRAYSPROC = void function(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWBUFFERPROC
alias PFNGLDRAWBUFFERPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWBUFFERSPROC
alias PFNGLDRAWBUFFERSPROC = void function(GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSBASEVERTEXPROC
alias PFNGLDRAWELEMENTSBASEVERTEXPROC = void function(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSINDIRECTPROC
alias PFNGLDRAWELEMENTSINDIRECTPROC = void function(GLenum mode, GLenum type, const(GLvoid)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC
alias PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC
alias PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC
alias PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC = void function(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLsizei instancecount, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSINSTANCEDPROC
alias PFNGLDRAWELEMENTSINSTANCEDPROC = void function(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWELEMENTSPROC
alias PFNGLDRAWELEMENTSPROC = void function(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC
alias PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(GLvoid)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWRANGEELEMENTSPROC
alias PFNGLDRAWRANGEELEMENTSPROC = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(GLvoid)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC
alias PFNGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC = void function(GLenum mode, GLuint id, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWTRANSFORMFEEDBACKPROC
alias PFNGLDRAWTRANSFORMFEEDBACKPROC = void function(GLenum mode, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC
alias PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC = void function(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLDRAWTRANSFORMFEEDBACKSTREAMPROC
alias PFNGLDRAWTRANSFORMFEEDBACKSTREAMPROC = void function(GLenum mode, GLuint id, GLuint stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENABLEIPROC
alias PFNGLENABLEIPROC = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENABLEPROC
alias PFNGLENABLEPROC = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENABLEVERTEXATTRIBARRAYPROC
alias PFNGLENABLEVERTEXATTRIBARRAYPROC = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENDCONDITIONALRENDERPROC
alias PFNGLENDCONDITIONALRENDERPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENDQUERYINDEXEDPROC
alias PFNGLENDQUERYINDEXEDPROC = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENDQUERYPROC
alias PFNGLENDQUERYPROC = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLENDTRANSFORMFEEDBACKPROC
alias PFNGLENDTRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFENCESYNCPROC
alias PFNGLFENCESYNCPROC = GLsync function(GLenum condition, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFINISHPROC
alias PFNGLFINISHPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFLUSHMAPPEDBUFFERRANGEPROC
alias PFNGLFLUSHMAPPEDBUFFERRANGEPROC = void function(GLenum target, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFLUSHPROC
alias PFNGLFLUSHPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERPARAMETERIPROC
alias PFNGLFRAMEBUFFERPARAMETERIPROC = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERRENDERBUFFERPROC
alias PFNGLFRAMEBUFFERRENDERBUFFERPROC = void function(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERTEXTURE1DPROC
alias PFNGLFRAMEBUFFERTEXTURE1DPROC = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERTEXTURE2DPROC
alias PFNGLFRAMEBUFFERTEXTURE2DPROC = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERTEXTURE3DPROC
alias PFNGLFRAMEBUFFERTEXTURE3DPROC = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERTEXTURELAYERPROC
alias PFNGLFRAMEBUFFERTEXTURELAYERPROC = void function(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRAMEBUFFERTEXTUREPROC
alias PFNGLFRAMEBUFFERTEXTUREPROC = void function(GLenum target, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLFRONTFACEPROC
alias PFNGLFRONTFACEPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENBUFFERSPROC
alias PFNGLGENBUFFERSPROC = void function(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENERATEMIPMAPPROC
alias PFNGLGENERATEMIPMAPPROC = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENFRAMEBUFFERSPROC
alias PFNGLGENFRAMEBUFFERSPROC = void function(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENPROGRAMPIPELINESPROC
alias PFNGLGENPROGRAMPIPELINESPROC = void function(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENQUERIESPROC
alias PFNGLGENQUERIESPROC = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENRENDERBUFFERSPROC
alias PFNGLGENRENDERBUFFERSPROC = void function(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENSAMPLERSPROC
alias PFNGLGENSAMPLERSPROC = void function(GLsizei count, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENTEXTURESPROC
alias PFNGLGENTEXTURESPROC = void function(GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENTRANSFORMFEEDBACKSPROC
alias PFNGLGENTRANSFORMFEEDBACKSPROC = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGENVERTEXARRAYSPROC
alias PFNGLGENVERTEXARRAYSPROC = void function(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC
alias PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC = void function(GLuint program, GLuint bufferIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEATTRIBPROC
alias PFNGLGETACTIVEATTRIBPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVESUBROUTINENAMEPROC
alias PFNGLGETACTIVESUBROUTINENAMEPROC = void function(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC
alias PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC = void function(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC
alias PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC = void function(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEUNIFORMBLOCKIVPROC
alias PFNGLGETACTIVEUNIFORMBLOCKIVPROC = void function(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC
alias PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC = void function(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEUNIFORMNAMEPROC
alias PFNGLGETACTIVEUNIFORMNAMEPROC = void function(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEUNIFORMPROC
alias PFNGLGETACTIVEUNIFORMPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETACTIVEUNIFORMSIVPROC
alias PFNGLGETACTIVEUNIFORMSIVPROC = void function(GLuint program, GLsizei uniformCount, const(GLuint)* uniformIndices, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETATTACHEDSHADERSPROC
alias PFNGLGETATTACHEDSHADERSPROC = void function(GLuint program, GLsizei maxCount, GLsizei* count, GLuint* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETATTRIBLOCATIONPROC
alias PFNGLGETATTRIBLOCATIONPROC = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBOOLEANI_VPROC
alias PFNGLGETBOOLEANI_VPROC = void function(GLenum target, GLuint index, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBOOLEANVPROC
alias PFNGLGETBOOLEANVPROC = void function(GLenum pname, GLboolean* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBUFFERPARAMETERI64VPROC
alias PFNGLGETBUFFERPARAMETERI64VPROC = void function(GLenum target, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBUFFERPARAMETERIVPROC
alias PFNGLGETBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBUFFERPOINTERVPROC
alias PFNGLGETBUFFERPOINTERVPROC = void function(GLenum target, GLenum pname, GLvoid** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETBUFFERSUBDATAPROC
alias PFNGLGETBUFFERSUBDATAPROC = void function(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETCOMPRESSEDTEXIMAGEPROC
alias PFNGLGETCOMPRESSEDTEXIMAGEPROC = void function(GLenum target, GLint level, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETDEBUGMESSAGELOGARBPROC
alias PFNGLGETDEBUGMESSAGELOGARBPROC = GLuint function(GLuint count, GLsizei bufsize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETDEBUGMESSAGELOGPROC
alias PFNGLGETDEBUGMESSAGELOGPROC = GLuint function(GLuint count, GLsizei bufsize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETDOUBLEI_VPROC
alias PFNGLGETDOUBLEI_VPROC = void function(GLenum target, GLuint index, GLdouble* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETDOUBLEVPROC
alias PFNGLGETDOUBLEVPROC = void function(GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETERRORPROC
alias PFNGLGETERRORPROC = GLenum function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFLOATI_VPROC
alias PFNGLGETFLOATI_VPROC = void function(GLenum target, GLuint index, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFLOATVPROC
alias PFNGLGETFLOATVPROC = void function(GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFRAGDATAINDEXPROC
alias PFNGLGETFRAGDATAINDEXPROC = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFRAGDATALOCATIONPROC
alias PFNGLGETFRAGDATALOCATIONPROC = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC
alias PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC = void function(GLenum target, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETFRAMEBUFFERPARAMETERIVPROC
alias PFNGLGETFRAMEBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETGRAPHICSRESETSTATUSARBPROC
alias PFNGLGETGRAPHICSRESETSTATUSARBPROC = GLenum function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTEGER64I_VPROC
alias PFNGLGETINTEGER64I_VPROC = void function(GLenum target, GLuint index, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTEGER64VPROC
alias PFNGLGETINTEGER64VPROC = void function(GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTEGERI_VPROC
alias PFNGLGETINTEGERI_VPROC = void function(GLenum target, GLuint index, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTEGERVPROC
alias PFNGLGETINTEGERVPROC = void function(GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTERNALFORMATI64VPROC
alias PFNGLGETINTERNALFORMATI64VPROC = void function(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETINTERNALFORMATIVPROC
alias PFNGLGETINTERNALFORMATIVPROC = void function(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETMULTISAMPLEFVPROC
alias PFNGLGETMULTISAMPLEFVPROC = void function(GLenum pname, GLuint index, GLfloat* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNAMEDFRAMEBUFFERPARAMETERIVEXTPROC
alias PFNGLGETNAMEDFRAMEBUFFERPARAMETERIVEXTPROC = void function(GLuint framebuffer, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNAMEDSTRINGARBPROC
alias PFNGLGETNAMEDSTRINGARBPROC = void function(GLint namelen, const(GLchar)* name, GLsizei bufSize, GLint* stringlen, GLchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNAMEDSTRINGIVARBPROC
alias PFNGLGETNAMEDSTRINGIVARBPROC = void function(GLint namelen, const(GLchar)* name, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNCOMPRESSEDTEXIMAGEARBPROC
alias PFNGLGETNCOMPRESSEDTEXIMAGEARBPROC = void function(GLenum target, GLint lod, GLsizei bufSize, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNTEXIMAGEARBPROC
alias PFNGLGETNTEXIMAGEARBPROC = void function(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNUNIFORMDVARBPROC
alias PFNGLGETNUNIFORMDVARBPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNUNIFORMFVARBPROC
alias PFNGLGETNUNIFORMFVARBPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNUNIFORMIVARBPROC
alias PFNGLGETNUNIFORMIVARBPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETNUNIFORMUIVARBPROC
alias PFNGLGETNUNIFORMUIVARBPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETOBJECTLABELPROC
alias PFNGLGETOBJECTLABELPROC = void function(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETOBJECTPTRLABELPROC
alias PFNGLGETOBJECTPTRLABELPROC = void function(const(void)* ptr, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPOINTERVPROC
alias PFNGLGETPOINTERVPROC = void function(GLenum pname, GLvoid** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMBINARYPROC
alias PFNGLGETPROGRAMBINARYPROC = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMINFOLOGPROC
alias PFNGLGETPROGRAMINFOLOGPROC = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMINTERFACEIVPROC
alias PFNGLGETPROGRAMINTERFACEIVPROC = void function(GLuint program, GLenum programInterface, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMIVPROC
alias PFNGLGETPROGRAMIVPROC = void function(GLuint program, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMPIPELINEINFOLOGPROC
alias PFNGLGETPROGRAMPIPELINEINFOLOGPROC = void function(GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMPIPELINEIVPROC
alias PFNGLGETPROGRAMPIPELINEIVPROC = void function(GLuint pipeline, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMRESOURCEINDEXPROC
alias PFNGLGETPROGRAMRESOURCEINDEXPROC = GLuint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMRESOURCEIVPROC
alias PFNGLGETPROGRAMRESOURCEIVPROC = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const(GLenum)* props, GLsizei bufSize, GLsizei* length, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC
alias PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC = GLint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMRESOURCELOCATIONPROC
alias PFNGLGETPROGRAMRESOURCELOCATIONPROC = GLint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMRESOURCENAMEPROC
alias PFNGLGETPROGRAMRESOURCENAMEPROC = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETPROGRAMSTAGEIVPROC
alias PFNGLGETPROGRAMSTAGEIVPROC = void function(GLuint program, GLenum shadertype, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYINDEXEDIVPROC
alias PFNGLGETQUERYINDEXEDIVPROC = void function(GLenum target, GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYIVPROC
alias PFNGLGETQUERYIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYOBJECTI64VPROC
alias PFNGLGETQUERYOBJECTI64VPROC = void function(GLuint id, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYOBJECTIVPROC
alias PFNGLGETQUERYOBJECTIVPROC = void function(GLuint id, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYOBJECTUI64VPROC
alias PFNGLGETQUERYOBJECTUI64VPROC = void function(GLuint id, GLenum pname, GLuint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETQUERYOBJECTUIVPROC
alias PFNGLGETQUERYOBJECTUIVPROC = void function(GLuint id, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETRENDERBUFFERPARAMETERIVPROC
alias PFNGLGETRENDERBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSAMPLERPARAMETERFVPROC
alias PFNGLGETSAMPLERPARAMETERFVPROC = void function(GLuint sampler, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSAMPLERPARAMETERIIVPROC
alias PFNGLGETSAMPLERPARAMETERIIVPROC = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSAMPLERPARAMETERIUIVPROC
alias PFNGLGETSAMPLERPARAMETERIUIVPROC = void function(GLuint sampler, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSAMPLERPARAMETERIVPROC
alias PFNGLGETSAMPLERPARAMETERIVPROC = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSHADERINFOLOGPROC
alias PFNGLGETSHADERINFOLOGPROC = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSHADERIVPROC
alias PFNGLGETSHADERIVPROC = void function(GLuint shader, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSHADERPRECISIONFORMATPROC
alias PFNGLGETSHADERPRECISIONFORMATPROC = void function(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSHADERSOURCEPROC
alias PFNGLGETSHADERSOURCEPROC = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSTRINGIPROC
alias PFNGLGETSTRINGIPROC = const(GLubyte)* function(GLenum name, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSTRINGPROC
alias PFNGLGETSTRINGPROC = const(GLubyte)* function(GLenum name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSUBROUTINEINDEXPROC
alias PFNGLGETSUBROUTINEINDEXPROC = GLuint function(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC
alias PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC = GLint function(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETSYNCIVPROC
alias PFNGLGETSYNCIVPROC = void function(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXIMAGEPROC
alias PFNGLGETTEXIMAGEPROC = void function(GLenum target, GLint level, GLenum format, GLenum type, GLvoid* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXLEVELPARAMETERFVPROC
alias PFNGLGETTEXLEVELPARAMETERFVPROC = void function(GLenum target, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXLEVELPARAMETERIVPROC
alias PFNGLGETTEXLEVELPARAMETERIVPROC = void function(GLenum target, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXPARAMETERFVPROC
alias PFNGLGETTEXPARAMETERFVPROC = void function(GLenum target, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXPARAMETERIIVPROC
alias PFNGLGETTEXPARAMETERIIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXPARAMETERIUIVPROC
alias PFNGLGETTEXPARAMETERIUIVPROC = void function(GLenum target, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTEXPARAMETERIVPROC
alias PFNGLGETTEXPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETTRANSFORMFEEDBACKVARYINGPROC
alias PFNGLGETTRANSFORMFEEDBACKVARYINGPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMBLOCKINDEXPROC
alias PFNGLGETUNIFORMBLOCKINDEXPROC = GLuint function(GLuint program, const(GLchar)* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMDVPROC
alias PFNGLGETUNIFORMDVPROC = void function(GLuint program, GLint location, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMFVPROC
alias PFNGLGETUNIFORMFVPROC = void function(GLuint program, GLint location, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMINDICESPROC
alias PFNGLGETUNIFORMINDICESPROC = void function(GLuint program, GLsizei uniformCount, const(GLchar)** uniformNames, GLuint* uniformIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMIVPROC
alias PFNGLGETUNIFORMIVPROC = void function(GLuint program, GLint location, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMLOCATIONPROC
alias PFNGLGETUNIFORMLOCATIONPROC = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMSUBROUTINEUIVPROC
alias PFNGLGETUNIFORMSUBROUTINEUIVPROC = void function(GLenum shadertype, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETUNIFORMUIVPROC
alias PFNGLGETUNIFORMUIVPROC = void function(GLuint program, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBDVPROC
alias PFNGLGETVERTEXATTRIBDVPROC = void function(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBFVPROC
alias PFNGLGETVERTEXATTRIBFVPROC = void function(GLuint index, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBIIVPROC
alias PFNGLGETVERTEXATTRIBIIVPROC = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBIUIVPROC
alias PFNGLGETVERTEXATTRIBIUIVPROC = void function(GLuint index, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBIVPROC
alias PFNGLGETVERTEXATTRIBIVPROC = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBLDVPROC
alias PFNGLGETVERTEXATTRIBLDVPROC = void function(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLGETVERTEXATTRIBPOINTERVPROC
alias PFNGLGETVERTEXATTRIBPOINTERVPROC = void function(GLuint index, GLenum pname, GLvoid** pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLHINTPROC
alias PFNGLHINTPROC = void function(GLenum target, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATEBUFFERDATAPROC
alias PFNGLINVALIDATEBUFFERDATAPROC = void function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATEBUFFERSUBDATAPROC
alias PFNGLINVALIDATEBUFFERSUBDATAPROC = void function(GLuint buffer, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATEFRAMEBUFFERPROC
alias PFNGLINVALIDATEFRAMEBUFFERPROC = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATESUBFRAMEBUFFERPROC
alias PFNGLINVALIDATESUBFRAMEBUFFERPROC = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATETEXIMAGEPROC
alias PFNGLINVALIDATETEXIMAGEPROC = void function(GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLINVALIDATETEXSUBIMAGEPROC
alias PFNGLINVALIDATETEXSUBIMAGEPROC = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISBUFFERPROC
alias PFNGLISBUFFERPROC = GLboolean function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISENABLEDIPROC
alias PFNGLISENABLEDIPROC = GLboolean function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISENABLEDPROC
alias PFNGLISENABLEDPROC = GLboolean function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISFRAMEBUFFERPROC
alias PFNGLISFRAMEBUFFERPROC = GLboolean function(GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISNAMEDSTRINGARBPROC
alias PFNGLISNAMEDSTRINGARBPROC = GLboolean function(GLint namelen, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISPROGRAMPIPELINEPROC
alias PFNGLISPROGRAMPIPELINEPROC = GLboolean function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISPROGRAMPROC
alias PFNGLISPROGRAMPROC = GLboolean function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISQUERYPROC
alias PFNGLISQUERYPROC = GLboolean function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISRENDERBUFFERPROC
alias PFNGLISRENDERBUFFERPROC = GLboolean function(GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISSAMPLERPROC
alias PFNGLISSAMPLERPROC = GLboolean function(GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISSHADERPROC
alias PFNGLISSHADERPROC = GLboolean function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISSYNCPROC
alias PFNGLISSYNCPROC = GLboolean function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISTEXTUREPROC
alias PFNGLISTEXTUREPROC = GLboolean function(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISTRANSFORMFEEDBACKPROC
alias PFNGLISTRANSFORMFEEDBACKPROC = GLboolean function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLISVERTEXARRAYPROC
alias PFNGLISVERTEXARRAYPROC = GLboolean function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLLINEWIDTHPROC
alias PFNGLLINEWIDTHPROC = void function(GLfloat width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLLINKPROGRAMPROC
alias PFNGLLINKPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLLOGICOPPROC
alias PFNGLLOGICOPPROC = void function(GLenum opcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMAPBUFFERPROC
alias PFNGLMAPBUFFERPROC = GLvoid* function(GLenum target, GLenum access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMAPBUFFERRANGEPROC
alias PFNGLMAPBUFFERRANGEPROC = GLvoid* function(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMEMORYBARRIERPROC
alias PFNGLMEMORYBARRIERPROC = void function(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMINSAMPLESHADINGARBPROC
alias PFNGLMINSAMPLESHADINGARBPROC = void function(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMINSAMPLESHADINGPROC
alias PFNGLMINSAMPLESHADINGPROC = void function(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTIDRAWARRAYSINDIRECTPROC
alias PFNGLMULTIDRAWARRAYSINDIRECTPROC = void function(GLenum mode, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTIDRAWARRAYSPROC
alias PFNGLMULTIDRAWARRAYSPROC = void function(GLenum mode, const(GLint)* first, const(GLsizei)* count, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC
alias PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC = void function(GLenum mode, const(GLsizei)* count, GLenum type, const(GLvoid)** indices, GLsizei drawcount, const(GLint)* basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTIDRAWELEMENTSINDIRECTPROC
alias PFNGLMULTIDRAWELEMENTSINDIRECTPROC = void function(GLenum mode, GLenum type, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTIDRAWELEMENTSPROC
alias PFNGLMULTIDRAWELEMENTSPROC = void function(GLenum mode, const(GLsizei)* count, GLenum type, const(GLvoid)** indices, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP1UIPROC
alias PFNGLMULTITEXCOORDP1UIPROC = void function(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP1UIVPROC
alias PFNGLMULTITEXCOORDP1UIVPROC = void function(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP2UIPROC
alias PFNGLMULTITEXCOORDP2UIPROC = void function(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP2UIVPROC
alias PFNGLMULTITEXCOORDP2UIVPROC = void function(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP3UIPROC
alias PFNGLMULTITEXCOORDP3UIPROC = void function(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP3UIVPROC
alias PFNGLMULTITEXCOORDP3UIVPROC = void function(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP4UIPROC
alias PFNGLMULTITEXCOORDP4UIPROC = void function(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLMULTITEXCOORDP4UIVPROC
alias PFNGLMULTITEXCOORDP4UIVPROC = void function(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLNAMEDFRAMEBUFFERPARAMETERIEXTPROC
alias PFNGLNAMEDFRAMEBUFFERPARAMETERIEXTPROC = void function(GLuint framebuffer, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLNAMEDSTRINGARBPROC
alias PFNGLNAMEDSTRINGARBPROC = void function(GLenum type, GLint namelen, const(GLchar)* name, GLint stringlen, const(GLchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLNORMALP3UIPROC
alias PFNGLNORMALP3UIPROC = void function(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLNORMALP3UIVPROC
alias PFNGLNORMALP3UIVPROC = void function(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLOBJECTLABELPROC
alias PFNGLOBJECTLABELPROC = void function(GLenum identifier, GLuint name, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLOBJECTPTRLABELPROC
alias PFNGLOBJECTPTRLABELPROC = void function(const(void)* ptr, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPATCHPARAMETERFVPROC
alias PFNGLPATCHPARAMETERFVPROC = void function(GLenum pname, const(GLfloat)* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPATCHPARAMETERIPROC
alias PFNGLPATCHPARAMETERIPROC = void function(GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPAUSETRANSFORMFEEDBACKPROC
alias PFNGLPAUSETRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPIXELSTOREFPROC
alias PFNGLPIXELSTOREFPROC = void function(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPIXELSTOREIPROC
alias PFNGLPIXELSTOREIPROC = void function(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOINTPARAMETERFPROC
alias PFNGLPOINTPARAMETERFPROC = void function(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOINTPARAMETERFVPROC
alias PFNGLPOINTPARAMETERFVPROC = void function(GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOINTPARAMETERIPROC
alias PFNGLPOINTPARAMETERIPROC = void function(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOINTPARAMETERIVPROC
alias PFNGLPOINTPARAMETERIVPROC = void function(GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOINTSIZEPROC
alias PFNGLPOINTSIZEPROC = void function(GLfloat size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOLYGONMODEPROC
alias PFNGLPOLYGONMODEPROC = void function(GLenum face, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOLYGONOFFSETPROC
alias PFNGLPOLYGONOFFSETPROC = void function(GLfloat factor, GLfloat units)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPOPDEBUGGROUPPROC
alias PFNGLPOPDEBUGGROUPPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPRIMITIVERESTARTINDEXPROC
alias PFNGLPRIMITIVERESTARTINDEXPROC = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMBINARYPROC
alias PFNGLPROGRAMBINARYPROC = void function(GLuint program, GLenum binaryFormat, const(GLvoid)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMPARAMETERIPROC
alias PFNGLPROGRAMPARAMETERIPROC = void function(GLuint program, GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1DPROC
alias PFNGLPROGRAMUNIFORM1DPROC = void function(GLuint program, GLint location, GLdouble v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1DVPROC
alias PFNGLPROGRAMUNIFORM1DVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1FPROC
alias PFNGLPROGRAMUNIFORM1FPROC = void function(GLuint program, GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1FVPROC
alias PFNGLPROGRAMUNIFORM1FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1IPROC
alias PFNGLPROGRAMUNIFORM1IPROC = void function(GLuint program, GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1IVPROC
alias PFNGLPROGRAMUNIFORM1IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1UIPROC
alias PFNGLPROGRAMUNIFORM1UIPROC = void function(GLuint program, GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM1UIVPROC
alias PFNGLPROGRAMUNIFORM1UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2DPROC
alias PFNGLPROGRAMUNIFORM2DPROC = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2DVPROC
alias PFNGLPROGRAMUNIFORM2DVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2FPROC
alias PFNGLPROGRAMUNIFORM2FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2FVPROC
alias PFNGLPROGRAMUNIFORM2FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2IPROC
alias PFNGLPROGRAMUNIFORM2IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2IVPROC
alias PFNGLPROGRAMUNIFORM2IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2UIPROC
alias PFNGLPROGRAMUNIFORM2UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM2UIVPROC
alias PFNGLPROGRAMUNIFORM2UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3DPROC
alias PFNGLPROGRAMUNIFORM3DPROC = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3DVPROC
alias PFNGLPROGRAMUNIFORM3DVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3FPROC
alias PFNGLPROGRAMUNIFORM3FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3FVPROC
alias PFNGLPROGRAMUNIFORM3FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3IPROC
alias PFNGLPROGRAMUNIFORM3IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3IVPROC
alias PFNGLPROGRAMUNIFORM3IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3UIPROC
alias PFNGLPROGRAMUNIFORM3UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM3UIVPROC
alias PFNGLPROGRAMUNIFORM3UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4DPROC
alias PFNGLPROGRAMUNIFORM4DPROC = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4DVPROC
alias PFNGLPROGRAMUNIFORM4DVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4FPROC
alias PFNGLPROGRAMUNIFORM4FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4FVPROC
alias PFNGLPROGRAMUNIFORM4FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4IPROC
alias PFNGLPROGRAMUNIFORM4IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4IVPROC
alias PFNGLPROGRAMUNIFORM4IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4UIPROC
alias PFNGLPROGRAMUNIFORM4UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORM4UIVPROC
alias PFNGLPROGRAMUNIFORM4UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2X3DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X3DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2X3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2X4DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X4DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX2X4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3X2DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X2DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3X2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3X4DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X4DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX3X4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4X2DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X2DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4X2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4X3DVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X3DVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROGRAMUNIFORMMATRIX4X3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPROVOKINGVERTEXPROC
alias PFNGLPROVOKINGVERTEXPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLPUSHDEBUGGROUPPROC
alias PFNGLPUSHDEBUGGROUPPROC = void function(GLenum source, GLuint id, GLsizei length, const(GLchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLQUERYCOUNTERPROC
alias PFNGLQUERYCOUNTERPROC = void function(GLuint id, GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLREADBUFFERPROC
alias PFNGLREADBUFFERPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLREADNPIXELSARBPROC
alias PFNGLREADNPIXELSARBPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLREADPIXELSPROC
alias PFNGLREADPIXELSPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLRELEASESHADERCOMPILERPROC
alias PFNGLRELEASESHADERCOMPILERPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC
alias PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLRENDERBUFFERSTORAGEPROC
alias PFNGLRENDERBUFFERSTORAGEPROC = void function(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLRESUMETRANSFORMFEEDBACKPROC
alias PFNGLRESUMETRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLECOVERAGEPROC
alias PFNGLSAMPLECOVERAGEPROC = void function(GLfloat value, GLboolean invert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLEMASKIPROC
alias PFNGLSAMPLEMASKIPROC = void function(GLuint index, GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERFPROC
alias PFNGLSAMPLERPARAMETERFPROC = void function(GLuint sampler, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERFVPROC
alias PFNGLSAMPLERPARAMETERFVPROC = void function(GLuint sampler, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERIIVPROC
alias PFNGLSAMPLERPARAMETERIIVPROC = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERIPROC
alias PFNGLSAMPLERPARAMETERIPROC = void function(GLuint sampler, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERIUIVPROC
alias PFNGLSAMPLERPARAMETERIUIVPROC = void function(GLuint sampler, GLenum pname, const(GLuint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSAMPLERPARAMETERIVPROC
alias PFNGLSAMPLERPARAMETERIVPROC = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSCISSORARRAYVPROC
alias PFNGLSCISSORARRAYVPROC = void function(GLuint first, GLsizei count, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSCISSORINDEXEDPROC
alias PFNGLSCISSORINDEXEDPROC = void function(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSCISSORINDEXEDVPROC
alias PFNGLSCISSORINDEXEDVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSCISSORPROC
alias PFNGLSCISSORPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSECONDARYCOLORP3UIPROC
alias PFNGLSECONDARYCOLORP3UIPROC = void function(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSECONDARYCOLORP3UIVPROC
alias PFNGLSECONDARYCOLORP3UIVPROC = void function(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSHADERBINARYPROC
alias PFNGLSHADERBINARYPROC = void function(GLsizei count, const(GLuint)* shaders, GLenum binaryformat, const(GLvoid)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSHADERSOURCEPROC
alias PFNGLSHADERSOURCEPROC = void function(GLuint shader, GLsizei count, const(GLchar)** string, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSHADERSTORAGEBLOCKBINDINGPROC
alias PFNGLSHADERSTORAGEBLOCKBINDINGPROC = void function(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILFUNCPROC
alias PFNGLSTENCILFUNCPROC = void function(GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILFUNCSEPARATEPROC
alias PFNGLSTENCILFUNCSEPARATEPROC = void function(GLenum face, GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILMASKPROC
alias PFNGLSTENCILMASKPROC = void function(GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILMASKSEPARATEPROC
alias PFNGLSTENCILMASKSEPARATEPROC = void function(GLenum face, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILOPPROC
alias PFNGLSTENCILOPPROC = void function(GLenum fail, GLenum zfail, GLenum zpass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLSTENCILOPSEPARATEPROC
alias PFNGLSTENCILOPSEPARATEPROC = void function(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXBUFFERPROC
alias PFNGLTEXBUFFERPROC = void function(GLenum target, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXBUFFERRANGEPROC
alias PFNGLTEXBUFFERRANGEPROC = void function(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP1UIPROC
alias PFNGLTEXCOORDP1UIPROC = void function(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP1UIVPROC
alias PFNGLTEXCOORDP1UIVPROC = void function(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP2UIPROC
alias PFNGLTEXCOORDP2UIPROC = void function(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP2UIVPROC
alias PFNGLTEXCOORDP2UIVPROC = void function(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP3UIPROC
alias PFNGLTEXCOORDP3UIPROC = void function(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP3UIVPROC
alias PFNGLTEXCOORDP3UIVPROC = void function(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP4UIPROC
alias PFNGLTEXCOORDP4UIPROC = void function(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXCOORDP4UIVPROC
alias PFNGLTEXCOORDP4UIVPROC = void function(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXIMAGE1DPROC
alias PFNGLTEXIMAGE1DPROC = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXIMAGE2DMULTISAMPLEPROC
alias PFNGLTEXIMAGE2DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXIMAGE2DPROC
alias PFNGLTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXIMAGE3DMULTISAMPLEPROC
alias PFNGLTEXIMAGE3DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXIMAGE3DPROC
alias PFNGLTEXIMAGE3DPROC = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERFPROC
alias PFNGLTEXPARAMETERFPROC = void function(GLenum target, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERFVPROC
alias PFNGLTEXPARAMETERFVPROC = void function(GLenum target, GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERIIVPROC
alias PFNGLTEXPARAMETERIIVPROC = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERIPROC
alias PFNGLTEXPARAMETERIPROC = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERIUIVPROC
alias PFNGLTEXPARAMETERIUIVPROC = void function(GLenum target, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXPARAMETERIVPROC
alias PFNGLTEXPARAMETERIVPROC = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSTORAGE1DPROC
alias PFNGLTEXSTORAGE1DPROC = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSTORAGE2DMULTISAMPLEPROC
alias PFNGLTEXSTORAGE2DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSTORAGE2DPROC
alias PFNGLTEXSTORAGE2DPROC = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSTORAGE3DMULTISAMPLEPROC
alias PFNGLTEXSTORAGE3DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSTORAGE3DPROC
alias PFNGLTEXSTORAGE3DPROC = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSUBIMAGE1DPROC
alias PFNGLTEXSUBIMAGE1DPROC = void function(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSUBIMAGE2DPROC
alias PFNGLTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXSUBIMAGE3DPROC
alias PFNGLTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTUREBUFFERRANGEEXTPROC
alias PFNGLTEXTUREBUFFERRANGEEXTPROC = void function(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTURESTORAGE1DEXTPROC
alias PFNGLTEXTURESTORAGE1DEXTPROC = void function(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTURESTORAGE2DEXTPROC
alias PFNGLTEXTURESTORAGE2DEXTPROC = void function(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC
alias PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC = void function(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTURESTORAGE3DEXTPROC
alias PFNGLTEXTURESTORAGE3DEXTPROC = void function(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC
alias PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC = void function(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTEXTUREVIEWPROC
alias PFNGLTEXTUREVIEWPROC = void function(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLTRANSFORMFEEDBACKVARYINGSPROC
alias PFNGLTRANSFORMFEEDBACKVARYINGSPROC = void function(GLuint program, GLsizei count, const(GLchar)** varyings, GLenum bufferMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1DPROC
alias PFNGLUNIFORM1DPROC = void function(GLint location, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1DVPROC
alias PFNGLUNIFORM1DVPROC = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1FPROC
alias PFNGLUNIFORM1FPROC = void function(GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1FVPROC
alias PFNGLUNIFORM1FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1IPROC
alias PFNGLUNIFORM1IPROC = void function(GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1IVPROC
alias PFNGLUNIFORM1IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1UIPROC
alias PFNGLUNIFORM1UIPROC = void function(GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM1UIVPROC
alias PFNGLUNIFORM1UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2DPROC
alias PFNGLUNIFORM2DPROC = void function(GLint location, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2DVPROC
alias PFNGLUNIFORM2DVPROC = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2FPROC
alias PFNGLUNIFORM2FPROC = void function(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2FVPROC
alias PFNGLUNIFORM2FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2IPROC
alias PFNGLUNIFORM2IPROC = void function(GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2IVPROC
alias PFNGLUNIFORM2IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2UIPROC
alias PFNGLUNIFORM2UIPROC = void function(GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM2UIVPROC
alias PFNGLUNIFORM2UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3DPROC
alias PFNGLUNIFORM3DPROC = void function(GLint location, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3DVPROC
alias PFNGLUNIFORM3DVPROC = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3FPROC
alias PFNGLUNIFORM3FPROC = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3FVPROC
alias PFNGLUNIFORM3FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3IPROC
alias PFNGLUNIFORM3IPROC = void function(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3IVPROC
alias PFNGLUNIFORM3IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3UIPROC
alias PFNGLUNIFORM3UIPROC = void function(GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM3UIVPROC
alias PFNGLUNIFORM3UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4DPROC
alias PFNGLUNIFORM4DPROC = void function(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4DVPROC
alias PFNGLUNIFORM4DVPROC = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4FPROC
alias PFNGLUNIFORM4FPROC = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4FVPROC
alias PFNGLUNIFORM4FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4IPROC
alias PFNGLUNIFORM4IPROC = void function(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4IVPROC
alias PFNGLUNIFORM4IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4UIPROC
alias PFNGLUNIFORM4UIPROC = void function(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORM4UIVPROC
alias PFNGLUNIFORM4UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMBLOCKBINDINGPROC
alias PFNGLUNIFORMBLOCKBINDINGPROC = void function(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2DVPROC
alias PFNGLUNIFORMMATRIX2DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2FVPROC
alias PFNGLUNIFORMMATRIX2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2X3DVPROC
alias PFNGLUNIFORMMATRIX2X3DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2X3FVPROC
alias PFNGLUNIFORMMATRIX2X3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2X4DVPROC
alias PFNGLUNIFORMMATRIX2X4DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX2X4FVPROC
alias PFNGLUNIFORMMATRIX2X4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3DVPROC
alias PFNGLUNIFORMMATRIX3DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3FVPROC
alias PFNGLUNIFORMMATRIX3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3X2DVPROC
alias PFNGLUNIFORMMATRIX3X2DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3X2FVPROC
alias PFNGLUNIFORMMATRIX3X2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3X4DVPROC
alias PFNGLUNIFORMMATRIX3X4DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX3X4FVPROC
alias PFNGLUNIFORMMATRIX3X4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4DVPROC
alias PFNGLUNIFORMMATRIX4DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4FVPROC
alias PFNGLUNIFORMMATRIX4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4X2DVPROC
alias PFNGLUNIFORMMATRIX4X2DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4X2FVPROC
alias PFNGLUNIFORMMATRIX4X2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4X3DVPROC
alias PFNGLUNIFORMMATRIX4X3DVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMMATRIX4X3FVPROC
alias PFNGLUNIFORMMATRIX4X3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNIFORMSUBROUTINESUIVPROC
alias PFNGLUNIFORMSUBROUTINESUIVPROC = void function(GLenum shadertype, GLsizei count, const(GLuint)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUNMAPBUFFERPROC
alias PFNGLUNMAPBUFFERPROC = GLboolean function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUSEPROGRAMPROC
alias PFNGLUSEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLUSEPROGRAMSTAGESPROC
alias PFNGLUSEPROGRAMSTAGESPROC = void function(GLuint pipeline, GLbitfield stages, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVALIDATEPROGRAMPIPELINEPROC
alias PFNGLVALIDATEPROGRAMPIPELINEPROC = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVALIDATEPROGRAMPROC
alias PFNGLVALIDATEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYBINDVERTEXBUFFEREXTPROC
alias PFNGLVERTEXARRAYBINDVERTEXBUFFEREXTPROC = void function(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYVERTEXATTRIBBINDINGEXTPROC
alias PFNGLVERTEXARRAYVERTEXATTRIBBINDINGEXTPROC = void function(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYVERTEXATTRIBFORMATEXTPROC
alias PFNGLVERTEXARRAYVERTEXATTRIBFORMATEXTPROC = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYVERTEXATTRIBIFORMATEXTPROC
alias PFNGLVERTEXARRAYVERTEXATTRIBIFORMATEXTPROC = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYVERTEXATTRIBLFORMATEXTPROC
alias PFNGLVERTEXARRAYVERTEXATTRIBLFORMATEXTPROC = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXARRAYVERTEXBINDINGDIVISOREXTPROC
alias PFNGLVERTEXARRAYVERTEXBINDINGDIVISOREXTPROC = void function(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1DPROC
alias PFNGLVERTEXATTRIB1DPROC = void function(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1DVPROC
alias PFNGLVERTEXATTRIB1DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1FPROC
alias PFNGLVERTEXATTRIB1FPROC = void function(GLuint index, GLfloat x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1FVPROC
alias PFNGLVERTEXATTRIB1FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1SPROC
alias PFNGLVERTEXATTRIB1SPROC = void function(GLuint index, GLshort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB1SVPROC
alias PFNGLVERTEXATTRIB1SVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2DPROC
alias PFNGLVERTEXATTRIB2DPROC = void function(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2DVPROC
alias PFNGLVERTEXATTRIB2DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2FPROC
alias PFNGLVERTEXATTRIB2FPROC = void function(GLuint index, GLfloat x, GLfloat y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2FVPROC
alias PFNGLVERTEXATTRIB2FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2SPROC
alias PFNGLVERTEXATTRIB2SPROC = void function(GLuint index, GLshort x, GLshort y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB2SVPROC
alias PFNGLVERTEXATTRIB2SVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3DPROC
alias PFNGLVERTEXATTRIB3DPROC = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3DVPROC
alias PFNGLVERTEXATTRIB3DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3FPROC
alias PFNGLVERTEXATTRIB3FPROC = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3FVPROC
alias PFNGLVERTEXATTRIB3FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3SPROC
alias PFNGLVERTEXATTRIB3SPROC = void function(GLuint index, GLshort x, GLshort y, GLshort z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB3SVPROC
alias PFNGLVERTEXATTRIB3SVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4BVPROC
alias PFNGLVERTEXATTRIB4BVPROC = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4DPROC
alias PFNGLVERTEXATTRIB4DPROC = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4DVPROC
alias PFNGLVERTEXATTRIB4DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4FPROC
alias PFNGLVERTEXATTRIB4FPROC = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4FVPROC
alias PFNGLVERTEXATTRIB4FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4IVPROC
alias PFNGLVERTEXATTRIB4IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NBVPROC
alias PFNGLVERTEXATTRIB4NBVPROC = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NIVPROC
alias PFNGLVERTEXATTRIB4NIVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NSVPROC
alias PFNGLVERTEXATTRIB4NSVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NUBPROC
alias PFNGLVERTEXATTRIB4NUBPROC = void function(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NUBVPROC
alias PFNGLVERTEXATTRIB4NUBVPROC = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NUIVPROC
alias PFNGLVERTEXATTRIB4NUIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4NUSVPROC
alias PFNGLVERTEXATTRIB4NUSVPROC = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4SPROC
alias PFNGLVERTEXATTRIB4SPROC = void function(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4SVPROC
alias PFNGLVERTEXATTRIB4SVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4UBVPROC
alias PFNGLVERTEXATTRIB4UBVPROC = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4UIVPROC
alias PFNGLVERTEXATTRIB4UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIB4USVPROC
alias PFNGLVERTEXATTRIB4USVPROC = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBBINDINGPROC
alias PFNGLVERTEXATTRIBBINDINGPROC = void function(GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBDIVISORPROC
alias PFNGLVERTEXATTRIBDIVISORPROC = void function(GLuint index, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBFORMATPROC
alias PFNGLVERTEXATTRIBFORMATPROC = void function(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI1IPROC
alias PFNGLVERTEXATTRIBI1IPROC = void function(GLuint index, GLint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI1IVPROC
alias PFNGLVERTEXATTRIBI1IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI1UIPROC
alias PFNGLVERTEXATTRIBI1UIPROC = void function(GLuint index, GLuint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI1UIVPROC
alias PFNGLVERTEXATTRIBI1UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI2IPROC
alias PFNGLVERTEXATTRIBI2IPROC = void function(GLuint index, GLint x, GLint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI2IVPROC
alias PFNGLVERTEXATTRIBI2IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI2UIPROC
alias PFNGLVERTEXATTRIBI2UIPROC = void function(GLuint index, GLuint x, GLuint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI2UIVPROC
alias PFNGLVERTEXATTRIBI2UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI3IPROC
alias PFNGLVERTEXATTRIBI3IPROC = void function(GLuint index, GLint x, GLint y, GLint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI3IVPROC
alias PFNGLVERTEXATTRIBI3IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI3UIPROC
alias PFNGLVERTEXATTRIBI3UIPROC = void function(GLuint index, GLuint x, GLuint y, GLuint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI3UIVPROC
alias PFNGLVERTEXATTRIBI3UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4BVPROC
alias PFNGLVERTEXATTRIBI4BVPROC = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4IPROC
alias PFNGLVERTEXATTRIBI4IPROC = void function(GLuint index, GLint x, GLint y, GLint z, GLint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4IVPROC
alias PFNGLVERTEXATTRIBI4IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4SVPROC
alias PFNGLVERTEXATTRIBI4SVPROC = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4UBVPROC
alias PFNGLVERTEXATTRIBI4UBVPROC = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4UIPROC
alias PFNGLVERTEXATTRIBI4UIPROC = void function(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4UIVPROC
alias PFNGLVERTEXATTRIBI4UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBI4USVPROC
alias PFNGLVERTEXATTRIBI4USVPROC = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBIFORMATPROC
alias PFNGLVERTEXATTRIBIFORMATPROC = void function(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBIPOINTERPROC
alias PFNGLVERTEXATTRIBIPOINTERPROC = void function(GLuint index, GLint size, GLenum type, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL1DPROC
alias PFNGLVERTEXATTRIBL1DPROC = void function(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL1DVPROC
alias PFNGLVERTEXATTRIBL1DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL2DPROC
alias PFNGLVERTEXATTRIBL2DPROC = void function(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL2DVPROC
alias PFNGLVERTEXATTRIBL2DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL3DPROC
alias PFNGLVERTEXATTRIBL3DPROC = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL3DVPROC
alias PFNGLVERTEXATTRIBL3DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL4DPROC
alias PFNGLVERTEXATTRIBL4DPROC = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBL4DVPROC
alias PFNGLVERTEXATTRIBL4DVPROC = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBLFORMATPROC
alias PFNGLVERTEXATTRIBLFORMATPROC = void function(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBLPOINTERPROC
alias PFNGLVERTEXATTRIBLPOINTERPROC = void function(GLuint index, GLint size, GLenum type, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP1UIPROC
alias PFNGLVERTEXATTRIBP1UIPROC = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP1UIVPROC
alias PFNGLVERTEXATTRIBP1UIVPROC = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP2UIPROC
alias PFNGLVERTEXATTRIBP2UIPROC = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP2UIVPROC
alias PFNGLVERTEXATTRIBP2UIVPROC = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP3UIPROC
alias PFNGLVERTEXATTRIBP3UIPROC = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP3UIVPROC
alias PFNGLVERTEXATTRIBP3UIVPROC = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP4UIPROC
alias PFNGLVERTEXATTRIBP4UIPROC = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBP4UIVPROC
alias PFNGLVERTEXATTRIBP4UIVPROC = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXATTRIBPOINTERPROC
alias PFNGLVERTEXATTRIBPOINTERPROC = void function(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXBINDINGDIVISORPROC
alias PFNGLVERTEXBINDINGDIVISORPROC = void function(GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP2UIPROC
alias PFNGLVERTEXP2UIPROC = void function(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP2UIVPROC
alias PFNGLVERTEXP2UIVPROC = void function(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP3UIPROC
alias PFNGLVERTEXP3UIPROC = void function(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP3UIVPROC
alias PFNGLVERTEXP3UIVPROC = void function(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP4UIPROC
alias PFNGLVERTEXP4UIPROC = void function(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVERTEXP4UIVPROC
alias PFNGLVERTEXP4UIVPROC = void function(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVIEWPORTARRAYVPROC
alias PFNGLVIEWPORTARRAYVPROC = void function(GLuint first, GLsizei count, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVIEWPORTINDEXEDFPROC
alias PFNGLVIEWPORTINDEXEDFPROC = void function(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVIEWPORTINDEXEDFVPROC
alias PFNGLVIEWPORTINDEXEDFVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLVIEWPORTPROC
alias PFNGLVIEWPORTPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFNGLWAITSYNCPROC
alias PFNGLWAITSYNCPROC = void function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- int32_t
alias int32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- int64_t
alias int64_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint64_t
alias uint64_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glActiveShaderProgram
void glActiveShaderProgram(GLuint pipeline, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glActiveTexture
void glActiveTexture(GLenum texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glAttachShader
void glAttachShader(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBeginConditionalRender
void glBeginConditionalRender(GLuint id, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBeginQuery
void glBeginQuery(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBeginQueryIndexed
void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBeginTransformFeedback
void glBeginTransformFeedback(GLenum primitiveMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindAttribLocation
void glBindAttribLocation(GLuint program, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindBuffer
void glBindBuffer(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindBufferBase
void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindBufferRange
void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindFragDataLocation
void glBindFragDataLocation(GLuint program, GLuint color, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindFragDataLocationIndexed
void glBindFragDataLocationIndexed(GLuint program, GLuint colorNumber, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindFramebuffer
void glBindFramebuffer(GLenum target, GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindImageTexture
void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindProgramPipeline
void glBindProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindRenderbuffer
void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindSampler
void glBindSampler(GLuint unit, GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindTexture
void glBindTexture(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindTransformFeedback
void glBindTransformFeedback(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindVertexArray
void glBindVertexArray(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindVertexBuffer
void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendColor
void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquation
void glBlendEquation(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquationSeparate
void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquationSeparatei
void glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquationSeparateiARB
void glBlendEquationSeparateiARB(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquationi
void glBlendEquationi(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendEquationiARB
void glBlendEquationiARB(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFunc
void glBlendFunc(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFuncSeparate
void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFuncSeparatei
void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFuncSeparateiARB
void glBlendFuncSeparateiARB(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFunci
void glBlendFunci(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFunciARB
void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlitFramebuffer
void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBufferData
void glBufferData(GLenum target, GLsizeiptr size, const(GLvoid)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBufferSubData
void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCheckFramebufferStatus
GLenum glCheckFramebufferStatus(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClampColor
void glClampColor(GLenum target, GLenum clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClear
void glClear(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferData
void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferSubData
void glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferfi
void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferfv
void glClearBufferfv(GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferiv
void glClearBufferiv(GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearBufferuiv
void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearColor
void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearDepth
void glClearDepth(GLdouble depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearDepthf
void glClearDepthf(GLfloat d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearNamedBufferDataEXT
void glClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearNamedBufferSubDataEXT
void glClearNamedBufferSubDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, GLsizeiptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearStencil
void glClearStencil(GLint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClientWaitSync
GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorMask
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorMaski
void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorP3ui
void glColorP3ui(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorP3uiv
void glColorP3uiv(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorP4ui
void glColorP4ui(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glColorP4uiv
void glColorP4uiv(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompileShader
void glCompileShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompileShaderIncludeARB
void glCompileShaderIncludeARB(GLuint shader, GLsizei count, const(GLchar*)* path, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexImage1D
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexImage2D
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexImage3D
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexSubImage1D
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexSubImage2D
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompressedTexSubImage3D
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(GLvoid)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyBufferSubData
void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyImageSubData
void glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyTexImage1D
void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyTexImage2D
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyTexSubImage1D
void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyTexSubImage2D
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCopyTexSubImage3D
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateProgram
GLuint glCreateProgram()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateShader
GLuint glCreateShader(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateShaderProgramv
GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const(GLchar)** strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateSyncFromCLeventARB
GLsync glCreateSyncFromCLeventARB(_cl_context* context, _cl_event* event, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCullFace
void glCullFace(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageCallback
void glDebugMessageCallback(GLDEBUGPROC callback, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageCallbackARB
void glDebugMessageCallbackARB(GLDEBUGPROCARB callback, const(GLvoid)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageControl
void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageControlARB
void glDebugMessageControlARB(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageInsert
void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDebugMessageInsertARB
void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteBuffers
void glDeleteBuffers(GLsizei n, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteFramebuffers
void glDeleteFramebuffers(GLsizei n, const(GLuint)* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteNamedStringARB
void glDeleteNamedStringARB(GLint namelen, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteProgram
void glDeleteProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteProgramPipelines
void glDeleteProgramPipelines(GLsizei n, const(GLuint)* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteQueries
void glDeleteQueries(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteRenderbuffers
void glDeleteRenderbuffers(GLsizei n, const(GLuint)* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteSamplers
void glDeleteSamplers(GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteShader
void glDeleteShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteSync
void glDeleteSync(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteTextures
void glDeleteTextures(GLsizei n, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteTransformFeedbacks
void glDeleteTransformFeedbacks(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDeleteVertexArrays
void glDeleteVertexArrays(GLsizei n, const(GLuint)* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthFunc
void glDepthFunc(GLenum func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthMask
void glDepthMask(GLboolean flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthRange
void glDepthRange(GLdouble near, GLdouble far)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthRangeArrayv
void glDepthRangeArrayv(GLuint first, GLsizei count, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthRangeIndexed
void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDepthRangef
void glDepthRangef(GLfloat n, GLfloat f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDetachShader
void glDetachShader(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDisable
void glDisable(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDisableVertexAttribArray
void glDisableVertexAttribArray(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDisablei
void glDisablei(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDispatchCompute
void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDispatchComputeIndirect
void glDispatchComputeIndirect(GLintptr indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawArrays
void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawArraysIndirect
void glDrawArraysIndirect(GLenum mode, const(GLvoid)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawArraysInstanced
void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawArraysInstancedBaseInstance
void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawBuffer
void glDrawBuffer(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawBuffers
void glDrawBuffers(GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElements
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsBaseVertex
void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsIndirect
void glDrawElementsIndirect(GLenum mode, GLenum type, const(GLvoid)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsInstanced
void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsInstancedBaseInstance
void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsInstancedBaseVertex
void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const(GLvoid)* indices, GLsizei instancecount, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawElementsInstancedBaseVertexBaseInstance
void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawRangeElements
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(GLvoid)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawRangeElementsBaseVertex
void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(GLvoid)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawTransformFeedback
void glDrawTransformFeedback(GLenum mode, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawTransformFeedbackInstanced
void glDrawTransformFeedbackInstanced(GLenum mode, GLuint id, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawTransformFeedbackStream
void glDrawTransformFeedbackStream(GLenum mode, GLuint id, GLuint stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawTransformFeedbackStreamInstanced
void glDrawTransformFeedbackStreamInstanced(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEnable
void glEnable(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEnableVertexAttribArray
void glEnableVertexAttribArray(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEnablei
void glEnablei(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEndConditionalRender
void glEndConditionalRender()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEndQuery
void glEndQuery(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEndQueryIndexed
void glEndQueryIndexed(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEndTransformFeedback
void glEndTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFenceSync
GLsync glFenceSync(GLenum condition, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFinish
void glFinish()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFlush
void glFlush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFlushMappedBufferRange
void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferParameteri
void glFramebufferParameteri(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferRenderbuffer
void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferTexture
void glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferTexture1D
void glFramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferTexture2D
void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferTexture3D
void glFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFramebufferTextureLayer
void glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glFrontFace
void glFrontFace(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenBuffers
void glGenBuffers(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenFramebuffers
void glGenFramebuffers(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenProgramPipelines
void glGenProgramPipelines(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenQueries
void glGenQueries(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenRenderbuffers
void glGenRenderbuffers(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenSamplers
void glGenSamplers(GLsizei count, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenTextures
void glGenTextures(GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenTransformFeedbacks
void glGenTransformFeedbacks(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenVertexArrays
void glGenVertexArrays(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGenerateMipmap
void glGenerateMipmap(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveAtomicCounterBufferiv
void glGetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveAttrib
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveSubroutineName
void glGetActiveSubroutineName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveSubroutineUniformName
void glGetActiveSubroutineUniformName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveSubroutineUniformiv
void glGetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveUniform
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveUniformBlockName
void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveUniformBlockiv
void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveUniformName
void glGetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetActiveUniformsiv
void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const(GLuint)* uniformIndices, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetAttachedShaders
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei* count, GLuint* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetAttribLocation
GLint glGetAttribLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBooleani_v
void glGetBooleani_v(GLenum target, GLuint index, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBooleanv
void glGetBooleanv(GLenum pname, GLboolean* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBufferParameteri64v
void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBufferParameteriv
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBufferPointerv
void glGetBufferPointerv(GLenum target, GLenum pname, GLvoid** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetBufferSubData
void glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetCompressedTexImage
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetDebugMessageLog
GLuint glGetDebugMessageLog(GLuint count, GLsizei bufsize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetDebugMessageLogARB
GLuint glGetDebugMessageLogARB(GLuint count, GLsizei bufsize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetDoublei_v
void glGetDoublei_v(GLenum target, GLuint index, GLdouble* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetDoublev
void glGetDoublev(GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetError
GLenum glGetError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFloati_v
void glGetFloati_v(GLenum target, GLuint index, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFloatv
void glGetFloatv(GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFragDataIndex
GLint glGetFragDataIndex(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFragDataLocation
GLint glGetFragDataLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFramebufferAttachmentParameteriv
void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetFramebufferParameteriv
void glGetFramebufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetGraphicsResetStatusARB
GLenum glGetGraphicsResetStatusARB()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetInteger64i_v
void glGetInteger64i_v(GLenum target, GLuint index, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetInteger64v
void glGetInteger64v(GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetIntegeri_v
void glGetIntegeri_v(GLenum target, GLuint index, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetIntegerv
void glGetIntegerv(GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetInternalformati64v
void glGetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetInternalformativ
void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetMultisamplefv
void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetNamedFramebufferParameterivEXT
void glGetNamedFramebufferParameterivEXT(GLuint framebuffer, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetNamedStringARB
void glGetNamedStringARB(GLint namelen, const(GLchar)* name, GLsizei bufSize, GLint* stringlen, GLchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetNamedStringivARB
void glGetNamedStringivARB(GLint namelen, const(GLchar)* name, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetObjectLabel
void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetObjectPtrLabel
void glGetObjectPtrLabel(const(void)* ptr, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetPointerv
void glGetPointerv(GLenum pname, GLvoid** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramBinary
void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramInfoLog
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramInterfaceiv
void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramPipelineInfoLog
void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramPipelineiv
void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramResourceIndex
GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramResourceLocation
GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramResourceLocationIndex
GLint glGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramResourceName
void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramResourceiv
void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const(GLenum)* props, GLsizei bufSize, GLsizei* length, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramStageiv
void glGetProgramStageiv(GLuint program, GLenum shadertype, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetProgramiv
void glGetProgramiv(GLuint program, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryIndexediv
void glGetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryObjecti64v
void glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryObjectiv
void glGetQueryObjectiv(GLuint id, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryObjectui64v
void glGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryObjectuiv
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetQueryiv
void glGetQueryiv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetRenderbufferParameteriv
void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSamplerParameterIiv
void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSamplerParameterIuiv
void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSamplerParameterfv
void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSamplerParameteriv
void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetShaderInfoLog
void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetShaderPrecisionFormat
void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetShaderSource
void glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetShaderiv
void glGetShaderiv(GLuint shader, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetString
const(GLubyte)* glGetString(GLenum name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetStringi
const(GLubyte)* glGetStringi(GLenum name, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSubroutineIndex
GLuint glGetSubroutineIndex(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSubroutineUniformLocation
GLint glGetSubroutineUniformLocation(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetSynciv
void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexImage
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexLevelParameterfv
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexLevelParameteriv
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexParameterIiv
void glGetTexParameterIiv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexParameterIuiv
void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexParameterfv
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTexParameteriv
void glGetTexParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetTransformFeedbackVarying
void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformBlockIndex
GLuint glGetUniformBlockIndex(GLuint program, const(GLchar)* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformIndices
void glGetUniformIndices(GLuint program, GLsizei uniformCount, const(GLchar)** uniformNames, GLuint* uniformIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformLocation
GLint glGetUniformLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformSubroutineuiv
void glGetUniformSubroutineuiv(GLenum shadertype, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformdv
void glGetUniformdv(GLuint program, GLint location, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformfv
void glGetUniformfv(GLuint program, GLint location, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformiv
void glGetUniformiv(GLuint program, GLint location, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformuiv
void glGetUniformuiv(GLuint program, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribIiv
void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribIuiv
void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribLdv
void glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribPointerv
void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribdv
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribfv
void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetVertexAttribiv
void glGetVertexAttribiv(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnCompressedTexImageARB
void glGetnCompressedTexImageARB(GLenum target, GLint lod, GLsizei bufSize, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnTexImageARB
void glGetnTexImageARB(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnUniformdvARB
void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnUniformfvARB
void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnUniformivARB
void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetnUniformuivARB
void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glHint
void glHint(GLenum target, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateBufferData
void glInvalidateBufferData(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateBufferSubData
void glInvalidateBufferSubData(GLuint buffer, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateFramebuffer
void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateSubFramebuffer
void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateTexImage
void glInvalidateTexImage(GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glInvalidateTexSubImage
void glInvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsBuffer
GLboolean glIsBuffer(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsEnabled
GLboolean glIsEnabled(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsEnabledi
GLboolean glIsEnabledi(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsFramebuffer
GLboolean glIsFramebuffer(GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsNamedStringARB
GLboolean glIsNamedStringARB(GLint namelen, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsProgram
GLboolean glIsProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsProgramPipeline
GLboolean glIsProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsQuery
GLboolean glIsQuery(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsRenderbuffer
GLboolean glIsRenderbuffer(GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsSampler
GLboolean glIsSampler(GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsShader
GLboolean glIsShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsSync
GLboolean glIsSync(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsTexture
GLboolean glIsTexture(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsTransformFeedback
GLboolean glIsTransformFeedback(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glIsVertexArray
GLboolean glIsVertexArray(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glLineWidth
void glLineWidth(GLfloat width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glLinkProgram
void glLinkProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glLogicOp
void glLogicOp(GLenum opcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMapBuffer
GLvoid* glMapBuffer(GLenum target, GLenum access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMapBufferRange
GLvoid* glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMemoryBarrier
void glMemoryBarrier(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMinSampleShading
void glMinSampleShading(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMinSampleShadingARB
void glMinSampleShadingARB(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiDrawArrays
void glMultiDrawArrays(GLenum mode, const(GLint)* first, const(GLsizei)* count, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiDrawArraysIndirect
void glMultiDrawArraysIndirect(GLenum mode, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiDrawElements
void glMultiDrawElements(GLenum mode, const(GLsizei)* count, GLenum type, const(GLvoid)** indices, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiDrawElementsBaseVertex
void glMultiDrawElementsBaseVertex(GLenum mode, const(GLsizei)* count, GLenum type, const(GLvoid)** indices, GLsizei drawcount, const(GLint)* basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiDrawElementsIndirect
void glMultiDrawElementsIndirect(GLenum mode, GLenum type, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP1ui
void glMultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP1uiv
void glMultiTexCoordP1uiv(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP2ui
void glMultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP2uiv
void glMultiTexCoordP2uiv(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP3ui
void glMultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP3uiv
void glMultiTexCoordP3uiv(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP4ui
void glMultiTexCoordP4ui(GLenum texture, GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glMultiTexCoordP4uiv
void glMultiTexCoordP4uiv(GLenum texture, GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glNamedFramebufferParameteriEXT
void glNamedFramebufferParameteriEXT(GLuint framebuffer, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glNamedStringARB
void glNamedStringARB(GLenum type, GLint namelen, const(GLchar)* name, GLint stringlen, const(GLchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glNormalP3ui
void glNormalP3ui(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glNormalP3uiv
void glNormalP3uiv(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glObjectLabel
void glObjectLabel(GLenum identifier, GLuint name, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glObjectPtrLabel
void glObjectPtrLabel(const(void)* ptr, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPatchParameterfv
void glPatchParameterfv(GLenum pname, const(GLfloat)* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPatchParameteri
void glPatchParameteri(GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPauseTransformFeedback
void glPauseTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPixelStoref
void glPixelStoref(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPixelStorei
void glPixelStorei(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPointParameterf
void glPointParameterf(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPointParameterfv
void glPointParameterfv(GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPointParameteri
void glPointParameteri(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPointParameteriv
void glPointParameteriv(GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPointSize
void glPointSize(GLfloat size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPolygonMode
void glPolygonMode(GLenum face, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPolygonOffset
void glPolygonOffset(GLfloat factor, GLfloat units)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPopDebugGroup
void glPopDebugGroup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPrimitiveRestartIndex
void glPrimitiveRestartIndex(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramBinary
void glProgramBinary(GLuint program, GLenum binaryFormat, const(GLvoid)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramParameteri
void glProgramParameteri(GLuint program, GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1d
void glProgramUniform1d(GLuint program, GLint location, GLdouble v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1dv
void glProgramUniform1dv(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1f
void glProgramUniform1f(GLuint program, GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1fv
void glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1i
void glProgramUniform1i(GLuint program, GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1iv
void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1ui
void glProgramUniform1ui(GLuint program, GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform1uiv
void glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2d
void glProgramUniform2d(GLuint program, GLint location, GLdouble v0, GLdouble v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2dv
void glProgramUniform2dv(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2f
void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2fv
void glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2i
void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2iv
void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2ui
void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform2uiv
void glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3d
void glProgramUniform3d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3dv
void glProgramUniform3dv(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3f
void glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3fv
void glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3i
void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3iv
void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3ui
void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform3uiv
void glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4d
void glProgramUniform4d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4dv
void glProgramUniform4dv(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4f
void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4fv
void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4i
void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4iv
void glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4ui
void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniform4uiv
void glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2dv
void glProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2fv
void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2x3dv
void glProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2x3fv
void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2x4dv
void glProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix2x4fv
void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3dv
void glProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3fv
void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3x2dv
void glProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3x2fv
void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3x4dv
void glProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix3x4fv
void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4dv
void glProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4fv
void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4x2dv
void glProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4x2fv
void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4x3dv
void glProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProgramUniformMatrix4x3fv
void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glProvokingVertex
void glProvokingVertex(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glPushDebugGroup
void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const(GLchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glQueryCounter
void glQueryCounter(GLuint id, GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glReadBuffer
void glReadBuffer(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glReadPixels
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glReadnPixelsARB
void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glReleaseShaderCompiler
void glReleaseShaderCompiler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glRenderbufferStorage
void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glRenderbufferStorageMultisample
void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glResumeTransformFeedback
void glResumeTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSampleCoverage
void glSampleCoverage(GLfloat value, GLboolean invert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSampleMaski
void glSampleMaski(GLuint index, GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameterIiv
void glSamplerParameterIiv(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameterIuiv
void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const(GLuint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameterf
void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameterfv
void glSamplerParameterfv(GLuint sampler, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameteri
void glSamplerParameteri(GLuint sampler, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSamplerParameteriv
void glSamplerParameteriv(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glScissor
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glScissorArrayv
void glScissorArrayv(GLuint first, GLsizei count, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glScissorIndexed
void glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glScissorIndexedv
void glScissorIndexedv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSecondaryColorP3ui
void glSecondaryColorP3ui(GLenum type, GLuint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glSecondaryColorP3uiv
void glSecondaryColorP3uiv(GLenum type, const(GLuint)* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glShaderBinary
void glShaderBinary(GLsizei count, const(GLuint)* shaders, GLenum binaryformat, const(GLvoid)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glShaderSource
void glShaderSource(GLuint shader, GLsizei count, const(GLchar)** string, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glShaderStorageBlockBinding
void glShaderStorageBlockBinding(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilFunc
void glStencilFunc(GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilFuncSeparate
void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilMask
void glStencilMask(GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilMaskSeparate
void glStencilMaskSeparate(GLenum face, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilOp
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glStencilOpSeparate
void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexBuffer
void glTexBuffer(GLenum target, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexBufferRange
void glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP1ui
void glTexCoordP1ui(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP1uiv
void glTexCoordP1uiv(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP2ui
void glTexCoordP2ui(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP2uiv
void glTexCoordP2uiv(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP3ui
void glTexCoordP3ui(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP3uiv
void glTexCoordP3uiv(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP4ui
void glTexCoordP4ui(GLenum type, GLuint coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexCoordP4uiv
void glTexCoordP4uiv(GLenum type, const(GLuint)* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage1D
void glTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage2D
void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage2DMultisample
void glTexImage2DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage3D
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage3DMultisample
void glTexImage3DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameterIiv
void glTexParameterIiv(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameterIuiv
void glTexParameterIuiv(GLenum target, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameterf
void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameterfv
void glTexParameterfv(GLenum target, GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameteri
void glTexParameteri(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameteriv
void glTexParameteriv(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexStorage1D
void glTexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexStorage2D
void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexStorage2DMultisample
void glTexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexStorage3D
void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexStorage3DMultisample
void glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexSubImage1D
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexSubImage2D
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexSubImage3D
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(GLvoid)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureBufferRangeEXT
void glTextureBufferRangeEXT(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureStorage1DEXT
void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureStorage2DEXT
void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureStorage2DMultisampleEXT
void glTextureStorage2DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureStorage3DEXT
void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureStorage3DMultisampleEXT
void glTextureStorage3DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTextureView
void glTextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTransformFeedbackVaryings
void glTransformFeedbackVaryings(GLuint program, GLsizei count, const(GLchar)** varyings, GLenum bufferMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1d
void glUniform1d(GLint location, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1dv
void glUniform1dv(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1f
void glUniform1f(GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1fv
void glUniform1fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1i
void glUniform1i(GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1iv
void glUniform1iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1ui
void glUniform1ui(GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1uiv
void glUniform1uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2d
void glUniform2d(GLint location, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2dv
void glUniform2dv(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2f
void glUniform2f(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2fv
void glUniform2fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2i
void glUniform2i(GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2iv
void glUniform2iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2ui
void glUniform2ui(GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform2uiv
void glUniform2uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3d
void glUniform3d(GLint location, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3dv
void glUniform3dv(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3f
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3fv
void glUniform3fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3i
void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3iv
void glUniform3iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3ui
void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3uiv
void glUniform3uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4d
void glUniform4d(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4dv
void glUniform4dv(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4f
void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4fv
void glUniform4fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4i
void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4iv
void glUniform4iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4ui
void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform4uiv
void glUniform4uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformBlockBinding
void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2dv
void glUniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2fv
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2x3dv
void glUniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2x3fv
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2x4dv
void glUniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix2x4fv
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3dv
void glUniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3fv
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3x2dv
void glUniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3x2fv
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3x4dv
void glUniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix3x4fv
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4dv
void glUniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4fv
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4x2dv
void glUniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4x2fv
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4x3dv
void glUniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformMatrix4x3fv
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniformSubroutinesuiv
void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, const(GLuint)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUnmapBuffer
GLboolean glUnmapBuffer(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUseProgram
void glUseProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUseProgramStages
void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glValidateProgram
void glValidateProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glValidateProgramPipeline
void glValidateProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayBindVertexBufferEXT
void glVertexArrayBindVertexBufferEXT(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayVertexAttribBindingEXT
void glVertexArrayVertexAttribBindingEXT(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayVertexAttribFormatEXT
void glVertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayVertexAttribIFormatEXT
void glVertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayVertexAttribLFormatEXT
void glVertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexArrayVertexBindingDivisorEXT
void glVertexArrayVertexBindingDivisorEXT(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1d
void glVertexAttrib1d(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1dv
void glVertexAttrib1dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1f
void glVertexAttrib1f(GLuint index, GLfloat x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1fv
void glVertexAttrib1fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1s
void glVertexAttrib1s(GLuint index, GLshort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib1sv
void glVertexAttrib1sv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2d
void glVertexAttrib2d(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2dv
void glVertexAttrib2dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2f
void glVertexAttrib2f(GLuint index, GLfloat x, GLfloat y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2fv
void glVertexAttrib2fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2s
void glVertexAttrib2s(GLuint index, GLshort x, GLshort y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib2sv
void glVertexAttrib2sv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3d
void glVertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3dv
void glVertexAttrib3dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3f
void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3fv
void glVertexAttrib3fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3s
void glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib3sv
void glVertexAttrib3sv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nbv
void glVertexAttrib4Nbv(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Niv
void glVertexAttrib4Niv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nsv
void glVertexAttrib4Nsv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nub
void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nubv
void glVertexAttrib4Nubv(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nuiv
void glVertexAttrib4Nuiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4Nusv
void glVertexAttrib4Nusv(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4bv
void glVertexAttrib4bv(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4d
void glVertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4dv
void glVertexAttrib4dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4f
void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4fv
void glVertexAttrib4fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4iv
void glVertexAttrib4iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4s
void glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4sv
void glVertexAttrib4sv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4ubv
void glVertexAttrib4ubv(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4uiv
void glVertexAttrib4uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttrib4usv
void glVertexAttrib4usv(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribBinding
void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribDivisor
void glVertexAttribDivisor(GLuint index, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribFormat
void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI1i
void glVertexAttribI1i(GLuint index, GLint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI1iv
void glVertexAttribI1iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI1ui
void glVertexAttribI1ui(GLuint index, GLuint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI1uiv
void glVertexAttribI1uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI2i
void glVertexAttribI2i(GLuint index, GLint x, GLint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI2iv
void glVertexAttribI2iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI2ui
void glVertexAttribI2ui(GLuint index, GLuint x, GLuint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI2uiv
void glVertexAttribI2uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI3i
void glVertexAttribI3i(GLuint index, GLint x, GLint y, GLint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI3iv
void glVertexAttribI3iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI3ui
void glVertexAttribI3ui(GLuint index, GLuint x, GLuint y, GLuint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI3uiv
void glVertexAttribI3uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4bv
void glVertexAttribI4bv(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4i
void glVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z, GLint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4iv
void glVertexAttribI4iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4sv
void glVertexAttribI4sv(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4ubv
void glVertexAttribI4ubv(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4ui
void glVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4uiv
void glVertexAttribI4uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribI4usv
void glVertexAttribI4usv(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribIFormat
void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribIPointer
void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL1d
void glVertexAttribL1d(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL1dv
void glVertexAttribL1dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL2d
void glVertexAttribL2d(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL2dv
void glVertexAttribL2dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL3d
void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL3dv
void glVertexAttribL3dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL4d
void glVertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribL4dv
void glVertexAttribL4dv(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribLFormat
void glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribLPointer
void glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP1ui
void glVertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP1uiv
void glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP2ui
void glVertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP2uiv
void glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP3ui
void glVertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP3uiv
void glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP4ui
void glVertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribP4uiv
void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribPointer
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(GLvoid)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexBindingDivisor
void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP2ui
void glVertexP2ui(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP2uiv
void glVertexP2uiv(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP3ui
void glVertexP3ui(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP3uiv
void glVertexP3uiv(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP4ui
void glVertexP4ui(GLenum type, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexP4uiv
void glVertexP4uiv(GLenum type, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glViewport
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glViewportArrayv
void glViewportArrayv(GLuint first, GLsizei count, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glViewportIndexedf
void glViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glViewportIndexedfv
void glViewportIndexedfv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glWaitSync
void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.