------------------------------------------------------------------------------
| 848 | |
| 849 | //------------------------------------------------------------------------------ |
| 850 | void vtkTextureObject::ResetFormatAndType() |
| 851 | { |
| 852 | this->Format = 0; |
| 853 | this->InternalFormat = 0; |
| 854 | this->Type = 0; |
| 855 | } |
| 856 | |
| 857 | //------------------------------------------------------------------------------ |
| 858 | int vtkTextureObject::GetDefaultDataType(int vtk_scalar_type) |
no outgoing calls
no test coverage detected