| 8 | const std::string fragSrc = "../shaders/RaceNetFragmentShader.fragmentshader"; |
| 9 | |
| 10 | RaceNetShader::RaceNetShader() : super(vertexSrc, fragSrc){ |
| 11 | bindAttributes(); |
| 12 | getAllUniformLocations(); |
| 13 | } |
| 14 | |
| 15 | void RaceNetShader::bindAttributes() { |
| 16 | bindAttribute(0 ,"vertexPosition_modelspace"); |
nothing calls this directly
no outgoing calls
no test coverage detected