Skip to content

API to clear all shader replacements

Sankhesh Jhaveri requested to merge sankhesh/vtk:shader_replacement_api into master

Two new methods to clear all shader replacements:

  • one that clears all replacements for a certain type of shader i.e. vertex, fragment or geometry
  • one that clears all replacements for the mapper

Added test code for regression testing too.

Merge request reports