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

Method Deactivate

Rendering/OpenGL2/vtkTextureObject.cxx:398–404  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

396
397//------------------------------------------------------------------------------
398void vtkTextureObject::Deactivate()
399{
400 if (this->Context)
401 {
402 this->Context->DeactivateTexture(this);
403 }
404}
405
406//------------------------------------------------------------------------------
407void vtkTextureObject::ReleaseGraphicsResources(vtkWindow* win)

Callers 15

DestroyTextureMethod · 0.95
Create1DMethod · 0.95
Create1DFromRawMethod · 0.95
CreateTextureBufferMethod · 0.95
Create2DMethod · 0.95
CreateDepthMethod · 0.95
Create3DMethod · 0.95
DownloadMethod · 0.95
Create3DFromRawMethod · 0.95
Create2DFromRawMethod · 0.95
Create2DArrayFromRawMethod · 0.95

Calls 1

DeactivateTextureMethod · 0.45

Tested by 1