------------------------------------------------------------------------------
| 2760 | |
| 2761 | //------------------------------------------------------------------------------ |
| 2762 | int vtkOpenGLRenderWindow::GetTextureUnitForTexture(vtkTextureObject* texture) |
| 2763 | { |
| 2764 | return this->GetState()->GetTextureUnitForTexture(texture); |
| 2765 | } |
| 2766 | |
| 2767 | //------------------------------------------------------------------------------ |
| 2768 | // Description: |
no test coverage detected