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

Method SetDataType

Rendering/OpenGL2/vtkTextureObject.cxx:906–913  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

904
905//------------------------------------------------------------------------------
906void vtkTextureObject::SetDataType(unsigned int glType)
907{
908 if (this->Type != glType)
909 {
910 this->Type = glType;
911 this->Modified();
912 }
913}
914
915//------------------------------------------------------------------------------
916unsigned int vtkTextureObject::GetMinificationFilterMode(int vtktype)

Callers 15

GetVBOMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
LoadMethod · 0.45
LoadMethod · 0.45
RenderMethod · 0.45
LoadMethod · 0.45
RenderMethod · 0.45
LoadMethod · 0.45
AppendDataArrayMethod · 0.45
createDataFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 10

createDataFunction · 0.36
createDataFunction · 0.36
TestComputePassUniformFunction · 0.36
TestComputePipelineFunction · 0.36
TestComputeTextureFunction · 0.36
TestComputePassFunction · 0.36
TestComputePassChainedFunction · 0.36