Fix recently found non-determinism with gl_WorldToObject3x4EXT.

This commit is contained in:
John Kessenich
2020-07-14 01:44:35 -06:00
parent fe24a54808
commit f80ef74c80
3 changed files with 14 additions and 14 deletions

View File

@@ -560,7 +560,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.ext.RayGenShader.rgen",
"spv.ext.RayGenShader11.rgen",
"spv.ext.RayGenShaderArray.rgen",
//"spv.ext.World3x4.rahit", this is triggering non-deterministic results
"spv.ext.World3x4.rahit",
})),
FileNameAsCustomTestSuffix
);