Fix failing assert in copies and blitting tests
authorPyry Haulos <phaulos@google.com>
Thu, 4 Aug 2016 18:34:25 +0000 (11:34 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 4 Aug 2016 18:34:25 +0000 (11:34 -0700)
external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp

index 6804ad8b3455d24b96416841aa3bb5f1a25974bc..494582fadec9ff35ccfaa6b68e9a1620af41b4e0 100644 (file)
@@ -1726,6 +1726,7 @@ tcu::Vec4 getFloatFormatThreshold (const tcu::TextureFormat& format)
                        break;
 
                case tcu::TextureFormat::FLOAT:
+               case tcu::TextureFormat::FLOAT64:
                        threshold = tcu::Vec4(0.001f);
                        break;