dglsl.gspl

Undocumented in source.

Members

Enums

GLErrorCode
enum GLErrorCode
Undocumented in source.

Functions

glCheckError
void glCheckError(string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
glShowInfo
void glShowInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLfloat v0)

glUniform

glUniform
void glUniform(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLint v0)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLint v0, GLint v1)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, Vector!(float, dim) v)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, Matrix!(float, dim, dim) m, GLboolean transpose)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform
void glUniform(GLint location, Matrix!(float, column, row) m, GLboolean transpose)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform1v
void glUniform1v(GLint location, GLsizei count, GLfloat[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform1v
void glUniform1v(GLint location, GLsizei count, GLint[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform2v
void glUniform2v(GLint location, GLsizei count, GLfloat[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform2v
void glUniform2v(GLint location, GLsizei count, GLint[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform3v
void glUniform3v(GLint location, GLsizei count, GLfloat[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform3v
void glUniform3v(GLint location, GLsizei count, GLint[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform4v
void glUniform4v(GLint location, GLsizei count, GLfloat[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniform4v
void glUniform4v(GLint location, GLsizei count, GLint[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniformMatrix
void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[4] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniformMatrix
void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[9] value)
Undocumented in source. Be warned that the author may not have intended to support it.
glUniformMatrix
void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[16] value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta