------------------------------------------------------------------------------
| 396 | |
| 397 | //------------------------------------------------------------------------------ |
| 398 | void vtkTextureObject::Deactivate() |
| 399 | { |
| 400 | if (this->Context) |
| 401 | { |
| 402 | this->Context->DeactivateTexture(this); |
| 403 | } |
| 404 | } |
| 405 | |
| 406 | //------------------------------------------------------------------------------ |
| 407 | void vtkTextureObject::ReleaseGraphicsResources(vtkWindow* win) |