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

Method bindAttributes

src/Shaders/SkydomeShader.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void SkydomeShader::bindAttributes() {
16 bindAttribute(0 ,"vertexPosition_modelspace");
17 bindAttribute(1 ,"vertexUV");
18 bindAttribute(2 ,"normal");
19}
20
21void SkydomeShader::getAllUniformLocations() {
22 // Vertex Shader Uniforms

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected