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

Method GetTextureUnitForTexture

Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:2762–2765  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2760
2761//------------------------------------------------------------------------------
2762int vtkOpenGLRenderWindow::GetTextureUnitForTexture(vtkTextureObject* texture)
2763{
2764 return this->GetState()->GetTextureUnitForTexture(texture);
2765}
2766
2767//------------------------------------------------------------------------------
2768// Description:

Callers 2

GetNoiseTextureUnitMethod · 0.95
RenderMethod · 0.95

Calls 1

GetStateMethod · 0.45

Tested by

no test coverage detected