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

Method GetTextureUnit

Rendering/OpenGL2/vtkOpenGLTexture.cxx:88–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87//------------------------------------------------------------------------------
88int vtkOpenGLTexture::GetTextureUnit()
89{
90 if (this->TextureObject)
91 {
92 return this->TextureObject->GetTextureUnit();
93 }
94 return -1;
95}
96
97//------------------------------------------------------------------------------
98void vtkOpenGLTexture::CopyTexImage(int x, int y, int width, int height)

Callers 15

CopyOpaqueDepthBufferMethod · 0.45
BlendBackBufferMethod · 0.45
BlendFinalImageMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
ProjectMethod · 0.45
ApplyFilterMethod · 0.45

Calls

no outgoing calls

Tested by 1