GCP Assignment 1
Shader Member List

This is the complete list of members for Shader, including all inherited members.

CheckShaderCompiled(GLint shader)Shaderprivate
getModelMatrixLocation()Shader
getShaderProgram()Shader
getShaderProjectionMatrixLocation()Shader
getTextureSamplerLocation()Shader
getViewMatrixLocation()Shader
initaliseShader(std::string shaderFileName, char shaderType)Shaderprivate
Shader(std::string vertexShaderFileName, std::string fragmentShaderFileName)Shader
shaderModelMatrixLocationShaderprivate
shaderProgramShaderprivate
shaderProjectionMatrixLocationShaderprivate
shaderViewMatrixLocationShaderprivate
textureSamplerLocationShaderprivate
~Shader()Shader