------------------------------------------------------------------------------
| 838 | |
| 839 | //------------------------------------------------------------------------------ |
| 840 | void vtkTextureObject::SetFormat(unsigned int glFormat) |
| 841 | { |
| 842 | if (this->Format != glFormat) |
| 843 | { |
| 844 | this->Format = glFormat; |
| 845 | this->Modified(); |
| 846 | } |
| 847 | } |
| 848 | |
| 849 | //------------------------------------------------------------------------------ |
| 850 | void vtkTextureObject::ResetFormatAndType() |