mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Increase SRGB <-> Linear test tolerance to 6ULP
MacOS14 LLVM version needed this increase
This commit is contained in:
@@ -1349,7 +1349,7 @@ TEST_CASE("Check format conversion", "[format]")
|
||||
|
||||
INFO(a);
|
||||
INFO(c);
|
||||
CHECK(fabs(a - c) <= fabs(a * 3.0f * FLT_EPSILON));
|
||||
CHECK(fabs(a - c) <= fabs(a * 6.0f * FLT_EPSILON));
|
||||
|
||||
if(i == UINT16_MAX)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user