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

Method updateMaxDiff

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

Source from the content-addressed store, hash-verified

133 void retestSetup(size_t idx);
134
135 inline void updateMaxDiff(float maxDiff, size_t idxDiff)
136 {
137 if (maxDiff > m_maxDiff)
138 {
139 m_maxDiff = maxDiff;
140 m_idxDiff = idxDiff;
141 }
142 }
143 inline float getMaxDiff() const
144 {
145 return m_maxDiff;

Callers 1

ValidateImageTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected