| 99 | // This is useful during development for assessing the range of values being tested. |
| 100 | inline void setPrintMinMax(bool print) { m_printMinMax = print; } |
| 101 | inline bool isPrintMinMax() const { return m_printMinMax; } |
| 102 | |
| 103 | inline void setLegacyShader(bool legacy) { m_legacyShader = legacy; } |
| 104 | inline bool isLegacyShader() const { return m_legacyShader; } |
no outgoing calls
no test coverage detected