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

Method DepthShader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected