------------------------------------------------------------------------------
| 375 | |
| 376 | //------------------------------------------------------------------------------ |
| 377 | int vtkTextureObject::GetTextureUnit() |
| 378 | { |
| 379 | if (this->Context) |
| 380 | { |
| 381 | return this->Context->GetTextureUnitForTexture(this); |
| 382 | } |
| 383 | return -1; |
| 384 | } |
| 385 | |
| 386 | //------------------------------------------------------------------------------ |
| 387 | void vtkTextureObject::Activate() |
no test coverage detected