| 14 | } |
| 15 | |
| 16 | void BillboardShader::bindAttributes() { |
| 17 | bindAttribute(0 ,"vertexPosition_modelspace"); |
| 18 | bindAttribute(1 ,"vertexUV"); |
| 19 | bindAttribute(2 ,"normal"); |
| 20 | } |
| 21 | |
| 22 | void BillboardShader::getAllUniformLocations() { |
| 23 | transformationMatrixLocation = getUniformLocation("transformationMatrix"); |
nothing calls this directly
no outgoing calls
no test coverage detected