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

Method RaceNetShader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected