------------------------------------------------------------------------------
| 80 | |
| 81 | //------------------------------------------------------------------------------ |
| 82 | int vtkOpenGLVolumeLookupTable::GetTextureUnit() |
| 83 | { |
| 84 | if (!this->TextureObject) |
| 85 | { |
| 86 | return -1; |
| 87 | } |
| 88 | return this->TextureObject->GetTextureUnit(); |
| 89 | } |
| 90 | |
| 91 | //------------------------------------------------------------------------------ |
| 92 | void vtkOpenGLVolumeLookupTable::ReleaseGraphicsResources(vtkWindow* window) |
no outgoing calls
no test coverage detected