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

Method SetInternalFormat

Rendering/OpenGL2/vtkTextureObject.cxx:690–697  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

688
689//------------------------------------------------------------------------------
690void vtkTextureObject::SetInternalFormat(unsigned int glInternalFormat)
691{
692 if (this->InternalFormat != glInternalFormat)
693 {
694 this->InternalFormat = glInternalFormat;
695 this->Modified();
696 }
697}
698
699//------------------------------------------------------------------------------
700static int vtkGetVTKType(GLenum gltype)

Callers 15

InitColorTextureMethod · 0.80
InitDepthTextureMethod · 0.80
CreateGLObjectsMethod · 0.80
RenderMethod · 0.80
RenderMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
RenderMethod · 0.80
LoadMethod · 0.80
RenderMethod · 0.80
SetupBuffersMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected