MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / TrackShader

Method TrackShader

src/Shaders/TrackShader.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const std::string fragSrc = "../shaders/TrackFragmentShader.fragmentshader";
9
10TrackShader::TrackShader() : super(vertexSrc, fragSrc){
11 bindAttributes();
12 getAllUniformLocations();
13}
14
15void TrackShader::bindAttributes() {
16 bindAttribute(0 ,"vertexPosition_modelspace");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected