- pglAttachShader
alias pglAttachShader = 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.
- pglBindAttribLocation
alias pglBindAttribLocation = void function(GLuint, GLuint, 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.
- pglBlendEquationSeparate
alias pglBlendEquationSeparate = void function(GLenum, 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.
- pglCompileShader
alias pglCompileShader = 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.
- pglCreateProgram
alias pglCreateProgram = GLuint 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.
- pglCreateShader
alias pglCreateShader = GLuint function(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.
- pglDeleteProgram
alias pglDeleteProgram = 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.
- pglDeleteShader
alias pglDeleteShader = 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.
- pglDetachShader
alias pglDetachShader = 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.
- pglDisableVertexAttribArray
alias pglDisableVertexAttribArray = 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.
- pglDrawBuffers
alias pglDrawBuffers = void function(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.
- pglEnableVertexAttribArray
alias pglEnableVertexAttribArray = 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.
- pglGetActiveAttrib
alias pglGetActiveAttrib = void function(GLuint, GLuint, GLsizei, GLsizei*, GLint*, GLenum*, 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.
- pglGetActiveUniform
alias pglGetActiveUniform = void function(GLuint, GLuint, GLsizei, GLsizei*, GLint*, GLenum*, 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.
- pglGetAttachedShaders
alias pglGetAttachedShaders = void function(GLuint, GLsizei, GLsizei*, 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.
- pglGetAttribLocation
alias pglGetAttribLocation = GLint function(GLuint, 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.
- pglGetProgramInfoLog
alias pglGetProgramInfoLog = void function(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.
- pglGetProgramiv
alias pglGetProgramiv = 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.
- pglGetShaderInfoLog
alias pglGetShaderInfoLog = void function(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.
- pglGetShaderSource
alias pglGetShaderSource = void function(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.
- pglGetShaderiv
alias pglGetShaderiv = 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.
- pglGetUniformLocation
alias pglGetUniformLocation = GLint function(GLuint, 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.
- pglGetUniformfv
alias pglGetUniformfv = void function(GLuint, GLint, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetUniformiv
alias pglGetUniformiv = void function(GLuint, GLint, 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.
- pglGetVertexAttribPointerv
alias pglGetVertexAttribPointerv = void function(GLuint, GLenum, 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.
- pglGetVertexAttribdv
alias pglGetVertexAttribdv = void function(GLuint, GLenum, GLdouble*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetVertexAttribfv
alias pglGetVertexAttribfv = void function(GLuint, GLenum, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetVertexAttribiv
alias pglGetVertexAttribiv = 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.
- pglIsProgram
alias pglIsProgram = GLboolean 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.
- pglIsShader
alias pglIsShader = GLboolean 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.
- pglLinkProgram
alias pglLinkProgram = 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.
- pglShaderSource
alias pglShaderSource = void function(GLuint, GLsizei, const(GLchar*)*, const(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.
- pglStencilFuncSeparate
alias pglStencilFuncSeparate = void function(GLenum, GLenum, GLint, 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.
- pglStencilMaskSeparate
alias pglStencilMaskSeparate = void function(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.
- pglStencilOpSeparate
alias pglStencilOpSeparate = void function(GLenum, GLenum, GLenum, 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.
- pglUniform1f
alias pglUniform1f = void function(GLint, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform1fv
alias pglUniform1fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform1i
alias pglUniform1i = void function(GLint, 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.
- pglUniform1iv
alias pglUniform1iv = void function(GLint, GLsizei, const(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.
- pglUniform2f
alias pglUniform2f = void function(GLint, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform2fv
alias pglUniform2fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform2i
alias pglUniform2i = void function(GLint, GLint, 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.
- pglUniform2iv
alias pglUniform2iv = void function(GLint, GLsizei, const(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.
- pglUniform3f
alias pglUniform3f = void function(GLint, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform3fv
alias pglUniform3fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform3i
alias pglUniform3i = void function(GLint, GLint, GLint, 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.
- pglUniform3iv
alias pglUniform3iv = void function(GLint, GLsizei, const(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.
- pglUniform4f
alias pglUniform4f = void function(GLint, GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform4fv
alias pglUniform4fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform4i
alias pglUniform4i = void function(GLint, GLint, GLint, GLint, 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.
- pglUniform4iv
alias pglUniform4iv = void function(GLint, GLsizei, const(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.
- pglUniformMatrix2fv
alias pglUniformMatrix2fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniformMatrix3fv
alias pglUniformMatrix3fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniformMatrix4fv
alias pglUniformMatrix4fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUseProgram
alias pglUseProgram = 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.
- pglValidateProgram
alias pglValidateProgram = 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.
- pglVertexAttrib1d
alias pglVertexAttrib1d = void function(GLuint, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib1dv
alias pglVertexAttrib1dv = void function(GLuint, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib1f
alias pglVertexAttrib1f = void function(GLuint, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib1fv
alias pglVertexAttrib1fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib1s
alias pglVertexAttrib1s = void function(GLuint, GLshort)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib1sv
alias pglVertexAttrib1sv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2d
alias pglVertexAttrib2d = void function(GLuint, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2dv
alias pglVertexAttrib2dv = void function(GLuint, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2f
alias pglVertexAttrib2f = void function(GLuint, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2fv
alias pglVertexAttrib2fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2s
alias pglVertexAttrib2s = void function(GLuint, GLshort, GLshort)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib2sv
alias pglVertexAttrib2sv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3d
alias pglVertexAttrib3d = void function(GLuint, GLdouble, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3dv
alias pglVertexAttrib3dv = void function(GLuint, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3f
alias pglVertexAttrib3f = void function(GLuint, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3fv
alias pglVertexAttrib3fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3s
alias pglVertexAttrib3s = void function(GLuint, GLshort, GLshort, GLshort)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib3sv
alias pglVertexAttrib3sv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4Nbv
alias pglVertexAttrib4Nbv = void function(GLuint, const(GLbyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4Niv
alias pglVertexAttrib4Niv = void function(GLuint, const(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.
- pglVertexAttrib4Nsv
alias pglVertexAttrib4Nsv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4Nub
alias pglVertexAttrib4Nub = void function(GLuint, GLubyte, GLubyte, GLubyte, GLubyte)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4Nubv
alias pglVertexAttrib4Nubv = void function(GLuint, const(GLubyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4Nuiv
alias pglVertexAttrib4Nuiv = void function(GLuint, const(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.
- pglVertexAttrib4Nusv
alias pglVertexAttrib4Nusv = void function(GLuint, const(GLushort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4bv
alias pglVertexAttrib4bv = void function(GLuint, const(GLbyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4d
alias pglVertexAttrib4d = void function(GLuint, GLdouble, GLdouble, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4dv
alias pglVertexAttrib4dv = void function(GLuint, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4f
alias pglVertexAttrib4f = void function(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4fv
alias pglVertexAttrib4fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4iv
alias pglVertexAttrib4iv = void function(GLuint, const(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.
- pglVertexAttrib4s
alias pglVertexAttrib4s = void function(GLuint, GLshort, GLshort, GLshort, GLshort)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4sv
alias pglVertexAttrib4sv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4ubv
alias pglVertexAttrib4ubv = void function(GLuint, const(GLubyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttrib4uiv
alias pglVertexAttrib4uiv = void function(GLuint, const(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.
- pglVertexAttrib4usv
alias pglVertexAttrib4usv = void function(GLuint, const(GLushort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribPointer
alias pglVertexAttribPointer = void function(GLuint, GLint, GLenum, GLboolean, GLsizei, 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.
- glAttachShader
pglAttachShader glAttachShader;
Undocumented in source.
- glBindAttribLocation
pglBindAttribLocation glBindAttribLocation;
Undocumented in source.
- glBlendEquationSeparate
pglBlendEquationSeparate glBlendEquationSeparate;
Undocumented in source.
- glCompileShader
pglCompileShader glCompileShader;
Undocumented in source.
- glCreateProgram
pglCreateProgram glCreateProgram;
Undocumented in source.
- glCreateShader
pglCreateShader glCreateShader;
Undocumented in source.
- glDeleteProgram
pglDeleteProgram glDeleteProgram;
Undocumented in source.
- glDeleteShader
pglDeleteShader glDeleteShader;
Undocumented in source.
- glDetachShader
pglDetachShader glDetachShader;
Undocumented in source.
- glDisableVertexAttribArray
pglDisableVertexAttribArray glDisableVertexAttribArray;
Undocumented in source.
- glDrawBuffers
pglDrawBuffers glDrawBuffers;
Undocumented in source.
- glEnableVertexAttribArray
pglEnableVertexAttribArray glEnableVertexAttribArray;
Undocumented in source.
- glGetActiveAttrib
pglGetActiveAttrib glGetActiveAttrib;
Undocumented in source.
- glGetActiveUniform
pglGetActiveUniform glGetActiveUniform;
Undocumented in source.
- glGetAttachedShaders
pglGetAttachedShaders glGetAttachedShaders;
Undocumented in source.
- glGetAttribLocation
pglGetAttribLocation glGetAttribLocation;
Undocumented in source.
- glGetProgramInfoLog
pglGetProgramInfoLog glGetProgramInfoLog;
Undocumented in source.
- glGetProgramiv
pglGetProgramiv glGetProgramiv;
Undocumented in source.
- glGetShaderInfoLog
pglGetShaderInfoLog glGetShaderInfoLog;
Undocumented in source.
- glGetShaderSource
pglGetShaderSource glGetShaderSource;
Undocumented in source.
- glGetShaderiv
pglGetShaderiv glGetShaderiv;
Undocumented in source.
- glGetUniformLocation
pglGetUniformLocation glGetUniformLocation;
Undocumented in source.
- glGetUniformfv
pglGetUniformfv glGetUniformfv;
Undocumented in source.
- glGetUniformiv
pglGetUniformiv glGetUniformiv;
Undocumented in source.
- glGetVertexAttribPointerv
pglGetVertexAttribPointerv glGetVertexAttribPointerv;
Undocumented in source.
- glGetVertexAttribdv
pglGetVertexAttribdv glGetVertexAttribdv;
Undocumented in source.
- glGetVertexAttribfv
pglGetVertexAttribfv glGetVertexAttribfv;
Undocumented in source.
- glGetVertexAttribiv
pglGetVertexAttribiv glGetVertexAttribiv;
Undocumented in source.
- glIsProgram
pglIsProgram glIsProgram;
Undocumented in source.
- glIsShader
pglIsShader glIsShader;
Undocumented in source.
- glLinkProgram
pglLinkProgram glLinkProgram;
Undocumented in source.
- glShaderSource
pglShaderSource glShaderSource;
Undocumented in source.
- glStencilFuncSeparate
pglStencilFuncSeparate glStencilFuncSeparate;
Undocumented in source.
- glStencilMaskSeparate
pglStencilMaskSeparate glStencilMaskSeparate;
Undocumented in source.
- glStencilOpSeparate
pglStencilOpSeparate glStencilOpSeparate;
Undocumented in source.
- glUniform1f
pglUniform1f glUniform1f;
Undocumented in source.
- glUniform1fv
pglUniform1fv glUniform1fv;
Undocumented in source.
- glUniform1i
pglUniform1i glUniform1i;
Undocumented in source.
- glUniform1iv
pglUniform1iv glUniform1iv;
Undocumented in source.
- glUniform2f
pglUniform2f glUniform2f;
Undocumented in source.
- glUniform2fv
pglUniform2fv glUniform2fv;
Undocumented in source.
- glUniform2i
pglUniform2i glUniform2i;
Undocumented in source.
- glUniform2iv
pglUniform2iv glUniform2iv;
Undocumented in source.
- glUniform3f
pglUniform3f glUniform3f;
Undocumented in source.
- glUniform3fv
pglUniform3fv glUniform3fv;
Undocumented in source.
- glUniform3i
pglUniform3i glUniform3i;
Undocumented in source.
- glUniform3iv
pglUniform3iv glUniform3iv;
Undocumented in source.
- glUniform4f
pglUniform4f glUniform4f;
Undocumented in source.
- glUniform4fv
pglUniform4fv glUniform4fv;
Undocumented in source.
- glUniform4i
pglUniform4i glUniform4i;
Undocumented in source.
- glUniform4iv
pglUniform4iv glUniform4iv;
Undocumented in source.
- glUniformMatrix2fv
pglUniformMatrix2fv glUniformMatrix2fv;
Undocumented in source.
- glUniformMatrix3fv
pglUniformMatrix3fv glUniformMatrix3fv;
Undocumented in source.
- glUniformMatrix4fv
pglUniformMatrix4fv glUniformMatrix4fv;
Undocumented in source.
- glUseProgram
pglUseProgram glUseProgram;
Undocumented in source.
- glValidateProgram
pglValidateProgram glValidateProgram;
Undocumented in source.
- glVertexAttrib1d
pglVertexAttrib1d glVertexAttrib1d;
Undocumented in source.
- glVertexAttrib1dv
pglVertexAttrib1dv glVertexAttrib1dv;
Undocumented in source.
- glVertexAttrib1f
pglVertexAttrib1f glVertexAttrib1f;
Undocumented in source.
- glVertexAttrib1fv
pglVertexAttrib1fv glVertexAttrib1fv;
Undocumented in source.
- glVertexAttrib1s
pglVertexAttrib1s glVertexAttrib1s;
Undocumented in source.
- glVertexAttrib1sv
pglVertexAttrib1sv glVertexAttrib1sv;
Undocumented in source.
- glVertexAttrib2d
pglVertexAttrib2d glVertexAttrib2d;
Undocumented in source.
- glVertexAttrib2dv
pglVertexAttrib2dv glVertexAttrib2dv;
Undocumented in source.
- glVertexAttrib2f
pglVertexAttrib2f glVertexAttrib2f;
Undocumented in source.
- glVertexAttrib2fv
pglVertexAttrib2fv glVertexAttrib2fv;
Undocumented in source.
- glVertexAttrib2s
pglVertexAttrib2s glVertexAttrib2s;
Undocumented in source.
- glVertexAttrib2sv
pglVertexAttrib2sv glVertexAttrib2sv;
Undocumented in source.
- glVertexAttrib3d
pglVertexAttrib3d glVertexAttrib3d;
Undocumented in source.
- glVertexAttrib3dv
pglVertexAttrib3dv glVertexAttrib3dv;
Undocumented in source.
- glVertexAttrib3f
pglVertexAttrib3f glVertexAttrib3f;
Undocumented in source.
- glVertexAttrib3fv
pglVertexAttrib3fv glVertexAttrib3fv;
Undocumented in source.
- glVertexAttrib3s
pglVertexAttrib3s glVertexAttrib3s;
Undocumented in source.
- glVertexAttrib3sv
pglVertexAttrib3sv glVertexAttrib3sv;
Undocumented in source.
- glVertexAttrib4Nbv
pglVertexAttrib4Nbv glVertexAttrib4Nbv;
Undocumented in source.
- glVertexAttrib4Niv
pglVertexAttrib4Niv glVertexAttrib4Niv;
Undocumented in source.
- glVertexAttrib4Nsv
pglVertexAttrib4Nsv glVertexAttrib4Nsv;
Undocumented in source.
- glVertexAttrib4Nub
pglVertexAttrib4Nub glVertexAttrib4Nub;
Undocumented in source.
- glVertexAttrib4Nubv
pglVertexAttrib4Nubv glVertexAttrib4Nubv;
Undocumented in source.
- glVertexAttrib4Nuiv
pglVertexAttrib4Nuiv glVertexAttrib4Nuiv;
Undocumented in source.
- glVertexAttrib4Nusv
pglVertexAttrib4Nusv glVertexAttrib4Nusv;
Undocumented in source.
- glVertexAttrib4bv
pglVertexAttrib4bv glVertexAttrib4bv;
Undocumented in source.
- glVertexAttrib4d
pglVertexAttrib4d glVertexAttrib4d;
Undocumented in source.
- glVertexAttrib4dv
pglVertexAttrib4dv glVertexAttrib4dv;
Undocumented in source.
- glVertexAttrib4f
pglVertexAttrib4f glVertexAttrib4f;
Undocumented in source.
- glVertexAttrib4fv
pglVertexAttrib4fv glVertexAttrib4fv;
Undocumented in source.
- glVertexAttrib4iv
pglVertexAttrib4iv glVertexAttrib4iv;
Undocumented in source.
- glVertexAttrib4s
pglVertexAttrib4s glVertexAttrib4s;
Undocumented in source.
- glVertexAttrib4sv
pglVertexAttrib4sv glVertexAttrib4sv;
Undocumented in source.
- glVertexAttrib4ubv
pglVertexAttrib4ubv glVertexAttrib4ubv;
Undocumented in source.
- glVertexAttrib4uiv
pglVertexAttrib4uiv glVertexAttrib4uiv;
Undocumented in source.
- glVertexAttrib4usv
pglVertexAttrib4usv glVertexAttrib4usv;
Undocumented in source.
- glVertexAttribPointer
pglVertexAttribPointer glVertexAttribPointer;
Undocumented in source.