| 448 | } |
| 449 | |
| 450 | void vtkOpenGLContextDevice2D::SetMatrices(vtkShaderProgram* prog) |
| 451 | { |
| 452 | prog->SetUniformMatrix("WCDCMatrix", this->ProjectionMatrix->GetMatrix()); |
| 453 | prog->SetUniformMatrix("MCWCMatrix", this->ModelMatrix->GetMatrix()); |
| 454 | } |
| 455 | |
| 456 | void vtkOpenGLContextDevice2D::BuildVBO( |
| 457 | vtkOpenGLHelper* cellBO, float* f, int nv, unsigned char* colors, int nc, float* tcoords) |
no test coverage detected