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

Method GetGLSLModCollection

Rendering/OpenGL2/vtkDrawTexturedElements.cxx:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535vtkCollection* vtkDrawTexturedElements::GetGLSLModCollection() const
536{
537 return this->GLSLMods;
538}
539
540void vtkDrawTexturedElements::SetCustomUniforms(vtkRenderer* vtkNotUsed(ren), vtkActor* actor)
541{

Callers 6

IsShaderUpToDateMethod · 0.80
ReplaceShaderValuesMethod · 0.80
IsUpToDateMethod · 0.80
PrepareToRenderMethod · 0.80
IsUpToDateMethod · 0.80
PrepareHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected