From 4df5057d401b9b9ea9f5c829594d94eb313844a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 5 Jul 2025 11:24:24 +0200 Subject: [PATCH] TextureTools: this extension is skipped automatically by the benchmark. --- src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp b/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp index d9f035db7..6ecea5107 100644 --- a/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp +++ b/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp @@ -114,11 +114,6 @@ void DistanceFieldGLBenchmark::benchmark() { auto&& data = BenchmarkData[testCaseInstanceId()]; setTestCaseDescription(data.name); - #ifdef MAGNUM_TARGET_GLES - if(!GL::Context::current().isExtensionSupported()) - CORRADE_SKIP(GL::Extensions::EXT::disjoint_timer_query::string() << "is not supported, can't benchmark"); - #endif - Containers::Pointer importer; if(!(importer = _manager.loadAndInstantiate("TgaImporter"))) CORRADE_SKIP("TgaImporter plugin not found.");