gapi.shader_uniform

Undocumented in source.

Members

Functions

setShaderProgramUniformFloat
void setShaderProgramUniformFloat(ShaderProgram program, string location, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformInt
void setShaderProgramUniformInt(ShaderProgram program, string location, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix
void setShaderProgramUniformMatrix(ShaderProgram program, string location, mat4 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix2
void setShaderProgramUniformMatrix2(ShaderProgram program, string location, mat2 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix2x3
void setShaderProgramUniformMatrix2x3(ShaderProgram program, string location, mat23 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix2x4
void setShaderProgramUniformMatrix2x4(ShaderProgram program, string location, mat24 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix3
void setShaderProgramUniformMatrix3(ShaderProgram program, string location, mat3 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix3x2
void setShaderProgramUniformMatrix3x2(ShaderProgram program, string location, mat32 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix3x4
void setShaderProgramUniformMatrix3x4(ShaderProgram program, string location, mat34 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix4
void setShaderProgramUniformMatrix4(ShaderProgram program, string location, mat4 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix4x2
void setShaderProgramUniformMatrix4x2(ShaderProgram program, string location, mat42 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformMatrix4x3
void setShaderProgramUniformMatrix4x3(ShaderProgram program, string location, mat43 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformTexture
void setShaderProgramUniformTexture(ShaderProgram program, string location, Texture2D texture, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformUInt
void setShaderProgramUniformUInt(ShaderProgram program, string location, uint val)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2f
void setShaderProgramUniformVec2f(ShaderProgram program, string location, vec2 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2f
void setShaderProgramUniformVec2f(ShaderProgram program, string location, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2i
void setShaderProgramUniformVec2i(ShaderProgram program, string location, vec2i vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2i
void setShaderProgramUniformVec2i(ShaderProgram program, string location, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2ui
void setShaderProgramUniformVec2ui(ShaderProgram program, string location, vec2ui vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec2ui
void setShaderProgramUniformVec2ui(ShaderProgram program, string location, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3f
void setShaderProgramUniformVec3f(ShaderProgram program, string location, vec3 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3f
void setShaderProgramUniformVec3f(ShaderProgram program, string location, float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3i
void setShaderProgramUniformVec3i(ShaderProgram program, string location, vec3i vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3i
void setShaderProgramUniformVec3i(ShaderProgram program, string location, int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3ui
void setShaderProgramUniformVec3ui(ShaderProgram program, string location, vec3ui vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec3ui
void setShaderProgramUniformVec3ui(ShaderProgram program, string location, uint x, uint y, uint z)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4f
void setShaderProgramUniformVec4f(ShaderProgram program, string location, vec4 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4f
void setShaderProgramUniformVec4f(ShaderProgram program, string location, float x, float y, float z, float w)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4i
void setShaderProgramUniformVec4i(ShaderProgram program, string location, vec4i vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4i
void setShaderProgramUniformVec4i(ShaderProgram program, string location, int x, int y, int z, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4ui
void setShaderProgramUniformVec4ui(ShaderProgram program, string location, vec4ui vector)
Undocumented in source. Be warned that the author may not have intended to support it.
setShaderProgramUniformVec4ui
void setShaderProgramUniformVec4ui(ShaderProgram program, string location, uint x, uint y, uint z, uint w)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta