MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / isPrintMinMax

Method isPrintMinMax

tests/gpu/GPUUnitTest.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 1

ValidateImageTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected