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

Method getTestNaN

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

Set TestNaN to true to include NaNs in each channel of the test values.

Source from the content-addressed store, hash-verified

68
69 // Set TestNaN to true to include NaNs in each channel of the test values.
70 inline bool getTestNaN() const { return m_testNaN; }
71 inline void setTestNaN(bool use) { m_testNaN = use; }
72
73 // Set TestInfinity to true to include positive and negative infinity

Callers 1

UpdateImageTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected