- GLDEBUGPROCAMD
alias GLDEBUGPROCAMD = void function(GLuint, GLenum, GLenum, GLsizei, in GLchar*, GLvoid*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- GLDEBUGPROCARB
alias GLDEBUGPROCARB = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, in GLchar*, GLvoid*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglCreateSyncFromCLeventARB
alias pglCreateSyncFromCLeventARB = GLsync function(_cl_context*, _cl_event*, GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDebugMessageCallbackARB
alias pglDebugMessageCallbackARB = void function(GLDEBUGPROCARB, const(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDebugMessageControlARB
alias pglDebugMessageControlARB = void function(GLenum, GLenum, GLenum, GLsizei, const(GLuint)*, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDebugMessageInsertARB
alias pglDebugMessageInsertARB = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDispatchComputeGroupSizeARB
alias pglDispatchComputeGroupSizeARB = GLsync function(GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetDebugMessageLogARB
alias pglGetDebugMessageLogARB = void function(GLuint, GLsizei, GLenum*, GLenum*, GLuint*, GLenum*, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetImageHandleARB
alias pglGetImageHandleARB = GLuint64 function(GLuint, GLint, GLboolean, GLint, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetTextureHandleARB
alias pglGetTextureHandleARB = GLuint64 function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetTextureSamplerHandleARB
alias pglGetTextureSamplerHandleARB = GLuint64 function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetVertexAttribLui64vARB
alias pglGetVertexAttribLui64vARB = void function(GLuint, GLenum, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglIsImageHandleResidentARB
alias pglIsImageHandleResidentARB = GLboolean function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglIsTextureHandleResidentARB
alias pglIsTextureHandleResidentARB = GLboolean function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMakeImageHandleNonResidentARB
alias pglMakeImageHandleNonResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMakeImageHandleResidentARB
alias pglMakeImageHandleResidentARB = void function(GLuint64, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMakeTextureHandleNonResidentARB
alias pglMakeTextureHandleNonResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMakeTextureHandleResidentARB
alias pglMakeTextureHandleResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglProgramUniformHandleui64ARB
alias pglProgramUniformHandleui64ARB = void function(GLuint, GLint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglProgramUniformHandleui64vARB
alias pglProgramUniformHandleui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniformHandleui64ARB
alias pglUniformHandleui64ARB = void function(GLint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniformHandleui64vARB
alias pglUniformHandleui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribL1ui64ARB
alias pglVertexAttribL1ui64ARB = void function(GLuint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribL1ui64vARB
alias pglVertexAttribL1ui64vARB = void function(GLuint, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- glCreateSyncFromCLeventARB
pglCreateSyncFromCLeventARB glCreateSyncFromCLeventARB;
Undocumented in source.
- glDebugMessageCallbackARB
pglDebugMessageCallbackARB glDebugMessageCallbackARB;
Undocumented in source.
- glDebugMessageControlARB
pglDebugMessageControlARB glDebugMessageControlARB;
Undocumented in source.
- glDebugMessageInsertARB
pglDebugMessageInsertARB glDebugMessageInsertARB;
Undocumented in source.
- glDispatchComputeGroupSizeARB
pglDispatchComputeGroupSizeARB glDispatchComputeGroupSizeARB;
Undocumented in source.
- glGetDebugMessageLogARB
pglGetDebugMessageLogARB glGetDebugMessageLogARB;
Undocumented in source.
- glGetImageHandleARB
pglGetImageHandleARB glGetImageHandleARB;
Undocumented in source.
- glGetTextureHandleARB
pglGetTextureHandleARB glGetTextureHandleARB;
Undocumented in source.
- glGetTextureSamplerHandleARB
pglGetTextureSamplerHandleARB glGetTextureSamplerHandleARB;
Undocumented in source.
- glGetVertexAttribLui64vARB
pglGetVertexAttribLui64vARB glGetVertexAttribLui64vARB;
Undocumented in source.
- glIsImageHandleResidentARB
pglIsImageHandleResidentARB glIsImageHandleResidentARB;
Undocumented in source.
- glIsTextureHandleResidentARB
pglIsTextureHandleResidentARB glIsTextureHandleResidentARB;
Undocumented in source.
- glMakeImageHandleNonResidentARB
pglMakeImageHandleNonResidentARB glMakeImageHandleNonResidentARB;
Undocumented in source.
- glMakeImageHandleResidentARB
pglMakeImageHandleResidentARB glMakeImageHandleResidentARB;
Undocumented in source.
- glMakeTextureHandleNonResidentARB
pglMakeTextureHandleNonResidentARB glMakeTextureHandleNonResidentARB;
Undocumented in source.
- glMakeTextureHandleResidentARB
pglMakeTextureHandleResidentARB glMakeTextureHandleResidentARB;
Undocumented in source.
- glProgramUniformHandleui64ARB
pglProgramUniformHandleui64ARB glProgramUniformHandleui64ARB;
Undocumented in source.
- glProgramUniformHandleui64vARB
pglProgramUniformHandleui64vARB glProgramUniformHandleui64vARB;
Undocumented in source.
- glUniformHandleui64ARB
pglUniformHandleui64ARB glUniformHandleui64ARB;
Undocumented in source.
- glUniformHandleui64vARB
pglUniformHandleui64vARB glUniformHandleui64vARB;
Undocumented in source.
- glVertexAttribL1ui64ARB
pglVertexAttribL1ui64ARB glVertexAttribL1ui64ARB;
Undocumented in source.
- glVertexAttribL1ui64vARB
pglVertexAttribL1ui64vARB glVertexAttribL1ui64vARB;
Undocumented in source.