- GLDEBUGPROC
alias GLDEBUGPROC = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, const(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.
- da_glTexBufferRange
alias da_glTexBufferRange = void function(GLenum, GLenum, GLuint, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_glTextureBufferRangeEXT
alias da_glTextureBufferRangeEXT = void function(GLuint, GLenum, GLenum, GLuint, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglBindVertexBuffer
alias pglBindVertexBuffer = void function(GLuint, GLuint, GLintptr, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglClearBufferData
alias pglClearBufferData = void function(GLenum, GLenum, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglClearBufferSubData
alias pglClearBufferSubData = void function(GLenum, GLenum, GLintptr, GLsizeiptr, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglClearNamedBufferDataEXT
alias pglClearNamedBufferDataEXT = void function(GLuint, GLenum, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglClearNamedBufferSubDataEXT
alias pglClearNamedBufferSubDataEXT = void function(GLuint, GLenum, GLenum, GLenum, GLsizeiptr, GLsizeiptr, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglCopyImageSubData
alias pglCopyImageSubData = void function(GLuint, GLenum, GLint, GLint, GLint, GLint, GLuint, GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDebugMessageCallback
alias pglDebugMessageCallback = void function(GLDEBUGPROC, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDebugMessageControl
alias pglDebugMessageControl = 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.
- pglDebugMessageInsert
alias pglDebugMessageInsert = 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.
- pglDispatchCompute
alias pglDispatchCompute = void function(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.
- pglDispatchComputeIndirect
alias pglDispatchComputeIndirect = void function(GLintptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglFramebufferParameteri
alias pglFramebufferParameteri = void function(GLenum, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetDebugMessageLog
alias pglGetDebugMessageLog = GLuint 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.
- pglGetFramebufferParameteriv
alias pglGetFramebufferParameteriv = void function(GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetInternalformati64v
alias pglGetInternalformati64v = void function(GLenum, GLenum, GLenum, GLsizei, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetNamedFramebufferParameterivEXT
alias pglGetNamedFramebufferParameterivEXT = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetObjectLabel
alias pglGetObjectLabel = void function(GLenum, GLuint, GLsizei, 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.
- pglGetObjectPtrLabel
alias pglGetObjectPtrLabel = void function(const(void)*, GLsizei, 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.
- pglGetProgramInterfaceiv
alias pglGetProgramInterfaceiv = void function(GLuint, GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetProgramResourceIndex
alias pglGetProgramResourceIndex = GLuint function(GLuint, GLenum, 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.
- pglGetProgramResourceLocation
alias pglGetProgramResourceLocation = GLint function(GLuint, GLenum, 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.
- pglGetProgramResourceLocationIndex
alias pglGetProgramResourceLocationIndex = GLint function(GLuint, GLenum, 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.
- pglGetProgramResourceName
alias pglGetProgramResourceName = void function(GLuint, GLenum, GLuint, GLsizei, 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.
- pglGetProgramResourceiv
alias pglGetProgramResourceiv = void function(GLuint, GLenum, GLuint, GLsizei, const(GLenum)*, GLsizei, GLsizei*, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglInvalidateBufferData
alias pglInvalidateBufferData = void 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.
- pglInvalidateBufferSubData
alias pglInvalidateBufferSubData = void function(GLuint, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglInvalidateFramebuffer
alias pglInvalidateFramebuffer = void function(GLenum, GLsizei, const(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.
- pglInvalidateSubFramebuffer
alias pglInvalidateSubFramebuffer = void function(GLenum, GLsizei, const(GLenum)*, GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglInvalidateTexImage
alias pglInvalidateTexImage = void function(GLuint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglInvalidateTexSubImage
alias pglInvalidateTexSubImage = void function(GLuint, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMultiDrawArraysIndirect
alias pglMultiDrawArraysIndirect = void function(GLenum, const(void)*, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglMultiDrawElementsIndirect
alias pglMultiDrawElementsIndirect = void function(GLenum, GLenum, const(void)*, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglNamedFramebufferParameteriEXT
alias pglNamedFramebufferParameteriEXT = void function(GLuint, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglObjectLabel
alias pglObjectLabel = void function(GLenum, GLuint, 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.
- pglObjectPtrLabel
alias pglObjectPtrLabel = void function(const(void)*, 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.
- pglPopDebugGroup
alias pglPopDebugGroup = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglPushDebugGroup
alias pglPushDebugGroup = void function(GLenum, GLuint, 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.
- pglShaderStorageBlockBinding
alias pglShaderStorageBlockBinding = void function(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.
- pglTexStorage2DMultisample
alias pglTexStorage2DMultisample = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei, 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.
- pglTexStorage3DMultisample
alias pglTexStorage3DMultisample = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei, 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.
- pglTextureStorage2DMultisampleEXT
alias pglTextureStorage2DMultisampleEXT = void function(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei, 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.
- pglTextureStorage3DMultisampleEXT
alias pglTextureStorage3DMultisampleEXT = void function(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei, 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.
- pglTextureView
alias pglTextureView = void function(GLuint, GLenum, GLuint, GLenum, 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.
- pglVertexArrayBindVertexBufferEXT
alias pglVertexArrayBindVertexBufferEXT = void function(GLuint, GLuint, GLuint, GLintptr, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexArrayVertexAttribBindingEXT
alias pglVertexArrayVertexAttribBindingEXT = void function(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.
- pglVertexArrayVertexAttribFormatEXT
alias pglVertexArrayVertexAttribFormatEXT = void function(GLuint, GLuint, GLint, GLenum, GLboolean, 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.
- pglVertexArrayVertexAttribIFormatEXT
alias pglVertexArrayVertexAttribIFormatEXT = void function(GLuint, GLuint, GLint, GLenum, 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.
- pglVertexArrayVertexAttribLFormatEXT
alias pglVertexArrayVertexAttribLFormatEXT = void function(GLuint, GLuint, GLint, GLenum, 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.
- pglVertexArrayVertexBindingDivisorEXT
alias pglVertexArrayVertexBindingDivisorEXT = void function(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.
- pglVertexAttribBinding
alias pglVertexAttribBinding = void 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.
- pglVertexAttribFormat
alias pglVertexAttribFormat = void function(GLuint, GLint, GLenum, GLboolean, 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.
- pglVertexAttribIFormat
alias pglVertexAttribIFormat = void function(GLuint, GLint, GLenum, 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.
- pglVertexAttribLFormat
alias pglVertexAttribLFormat = void function(GLuint, GLint, GLenum, 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.
- pglVertexBindingDivisor
alias pglVertexBindingDivisor = void 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.
- glBindVertexBuffer
pglBindVertexBuffer glBindVertexBuffer;
Undocumented in source.
- glClearBufferData
pglClearBufferData glClearBufferData;
Undocumented in source.
- glClearBufferSubData
pglClearBufferSubData glClearBufferSubData;
Undocumented in source.
- glClearNamedBufferDataEXT
pglClearNamedBufferDataEXT glClearNamedBufferDataEXT;
Undocumented in source.
- glClearNamedBufferSubDataEXT
pglClearNamedBufferSubDataEXT glClearNamedBufferSubDataEXT;
Undocumented in source.
- glCopyImageSubData
pglCopyImageSubData glCopyImageSubData;
Undocumented in source.
- glDebugMessageCallback
pglDebugMessageCallback glDebugMessageCallback;
Undocumented in source.
- glDebugMessageControl
pglDebugMessageControl glDebugMessageControl;
Undocumented in source.
- glDebugMessageInsert
pglDebugMessageInsert glDebugMessageInsert;
Undocumented in source.
- glDispatchCompute
pglDispatchCompute glDispatchCompute;
Undocumented in source.
- glDispatchComputeIndirect
pglDispatchComputeIndirect glDispatchComputeIndirect;
Undocumented in source.
- glFramebufferParameteri
pglFramebufferParameteri glFramebufferParameteri;
Undocumented in source.
- glGetDebugMessageLog
pglGetDebugMessageLog glGetDebugMessageLog;
Undocumented in source.
- glGetFramebufferParameteriv
pglGetFramebufferParameteriv glGetFramebufferParameteriv;
Undocumented in source.
- glGetInternalformati64v
pglGetInternalformati64v glGetInternalformati64v;
Undocumented in source.
- glGetNamedFramebufferParameterivEXT
pglGetNamedFramebufferParameterivEXT glGetNamedFramebufferParameterivEXT;
Undocumented in source.
- glGetObjectLabel
pglGetObjectLabel glGetObjectLabel;
Undocumented in source.
- glGetObjectPtrLabel
pglGetObjectPtrLabel glGetObjectPtrLabel;
Undocumented in source.
- glGetProgramInterfaceiv
pglGetProgramInterfaceiv glGetProgramInterfaceiv;
Undocumented in source.
- glGetProgramResourceIndex
pglGetProgramResourceIndex glGetProgramResourceIndex;
Undocumented in source.
- glGetProgramResourceLocation
pglGetProgramResourceLocation glGetProgramResourceLocation;
Undocumented in source.
- glGetProgramResourceLocationIndex
pglGetProgramResourceLocationIndex glGetProgramResourceLocationIndex;
Undocumented in source.
- glGetProgramResourceName
pglGetProgramResourceName glGetProgramResourceName;
Undocumented in source.
- glGetProgramResourceiv
pglGetProgramResourceiv glGetProgramResourceiv;
Undocumented in source.
- glInvalidateBufferData
pglInvalidateBufferData glInvalidateBufferData;
Undocumented in source.
- glInvalidateBufferSubData
pglInvalidateBufferSubData glInvalidateBufferSubData;
Undocumented in source.
- glInvalidateFramebuffer
pglInvalidateFramebuffer glInvalidateFramebuffer;
Undocumented in source.
- glInvalidateSubFramebuffer
pglInvalidateSubFramebuffer glInvalidateSubFramebuffer;
Undocumented in source.
- glInvalidateTexImage
pglInvalidateTexImage glInvalidateTexImage;
Undocumented in source.
- glInvalidateTexSubImage
pglInvalidateTexSubImage glInvalidateTexSubImage;
Undocumented in source.
- glMultiDrawArraysIndirect
pglMultiDrawArraysIndirect glMultiDrawArraysIndirect;
Undocumented in source.
- glMultiDrawElementsIndirect
pglMultiDrawElementsIndirect glMultiDrawElementsIndirect;
Undocumented in source.
- glNamedFramebufferParameteriEXT
pglNamedFramebufferParameteriEXT glNamedFramebufferParameteriEXT;
Undocumented in source.
- glObjectLabel
pglObjectLabel glObjectLabel;
Undocumented in source.
- glObjectPtrLabel
pglObjectPtrLabel glObjectPtrLabel;
Undocumented in source.
- glPopDebugGroup
pglPopDebugGroup glPopDebugGroup;
Undocumented in source.
- glPushDebugGroup
pglPushDebugGroup glPushDebugGroup;
Undocumented in source.
- glShaderStorageBlockBinding
pglShaderStorageBlockBinding glShaderStorageBlockBinding;
Undocumented in source.
- glTexBufferRange
da_glTexBufferRange glTexBufferRange;
Undocumented in source.
- glTexStorage2DMultisample
pglTexStorage2DMultisample glTexStorage2DMultisample;
Undocumented in source.
- glTexStorage3DMultisample
pglTexStorage3DMultisample glTexStorage3DMultisample;
Undocumented in source.
- glTextureBufferRangeEXT
da_glTextureBufferRangeEXT glTextureBufferRangeEXT;
Undocumented in source.
- glTextureStorage2DMultisampleEXT
pglTextureStorage2DMultisampleEXT glTextureStorage2DMultisampleEXT;
Undocumented in source.
- glTextureStorage3DMultisampleEXT
pglTextureStorage3DMultisampleEXT glTextureStorage3DMultisampleEXT;
Undocumented in source.
- glTextureView
pglTextureView glTextureView;
Undocumented in source.
- glVertexArrayBindVertexBufferEXT
pglVertexArrayBindVertexBufferEXT glVertexArrayBindVertexBufferEXT;
Undocumented in source.
- glVertexArrayVertexAttribBindingEXT
pglVertexArrayVertexAttribBindingEXT glVertexArrayVertexAttribBindingEXT;
Undocumented in source.
- glVertexArrayVertexAttribFormatEXT
pglVertexArrayVertexAttribFormatEXT glVertexArrayVertexAttribFormatEXT;
Undocumented in source.
- glVertexArrayVertexAttribIFormatEXT
pglVertexArrayVertexAttribIFormatEXT glVertexArrayVertexAttribIFormatEXT;
Undocumented in source.
- glVertexArrayVertexAttribLFormatEXT
pglVertexArrayVertexAttribLFormatEXT glVertexArrayVertexAttribLFormatEXT;
Undocumented in source.
- glVertexArrayVertexBindingDivisorEXT
pglVertexArrayVertexBindingDivisorEXT glVertexArrayVertexBindingDivisorEXT;
Undocumented in source.
- glVertexAttribBinding
pglVertexAttribBinding glVertexAttribBinding;
Undocumented in source.
- glVertexAttribFormat
pglVertexAttribFormat glVertexAttribFormat;
Undocumented in source.
- glVertexAttribIFormat
pglVertexAttribIFormat glVertexAttribIFormat;
Undocumented in source.
- glVertexAttribLFormat
pglVertexAttribLFormat glVertexAttribLFormat;
Undocumented in source.
- glVertexBindingDivisor
pglVertexBindingDivisor glVertexBindingDivisor;
Undocumented in source.