| 277 | }; |
| 278 | |
| 279 | struct GLInstanceRendererInternalData* GLInstancingRenderer::getInternalData() |
| 280 | { |
| 281 | return m_data; |
| 282 | } |
| 283 | |
| 284 | static GLuint triangleShaderProgram; |
| 285 | static GLint triangle_mvp_location = -1; |
no outgoing calls
no test coverage detected