MCPcopy Create free account
hub / github.com/Kitware/VTK / ResetFormatAndType

Method ResetFormatAndType

Rendering/OpenGL2/vtkTextureObject.cxx:850–855  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

vtkTextureObjectMethod · 0.95
SetContextMethod · 0.95
DestroyTextureMethod · 0.95
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected