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

Method GetShaderCache

Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:795–798  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

793
794//------------------------------------------------------------------------------
795vtkOpenGLShaderCache* vtkOpenGLRenderWindow::GetShaderCache()
796{
797 return this->GetState()->GetShaderCache();
798}
799
800//------------------------------------------------------------------------------
801vtkOpenGLVertexBufferObjectCache* vtkOpenGLRenderWindow::GetVBOCache()

Callers 15

TextureDepthBlitMethod · 0.95
ReadDepthComponentMethod · 0.95
SetZbufferDataMethod · 0.95
RestoreGLStateMethod · 0.95
RenderMethod · 0.95
CopyOpaqueDepthBufferMethod · 0.80
BlendBackBufferMethod · 0.80
BlendFinalImageMethod · 0.80

Calls 1

GetStateMethod · 0.45

Tested by 3

TestComputeShaderFunction · 0.64
ExecuteMethod · 0.64