------------------------------------------------------------------------------
| 86 | |
| 87 | //------------------------------------------------------------------------------ |
| 88 | int vtkOpenGLTexture::GetTextureUnit() |
| 89 | { |
| 90 | if (this->TextureObject) |
| 91 | { |
| 92 | return this->TextureObject->GetTextureUnit(); |
| 93 | } |
| 94 | return -1; |
| 95 | } |
| 96 | |
| 97 | //------------------------------------------------------------------------------ |
| 98 | void vtkOpenGLTexture::CopyTexImage(int x, int y, int width, int height) |
no outgoing calls