summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/gfx-test-util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/gfx-test-util.cpp')
-rw-r--r--tools/gfx-unit-test/gfx-test-util.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gfx-unit-test/gfx-test-util.cpp b/tools/gfx-unit-test/gfx-test-util.cpp
index 3ca67e67b..1c7289325 100644
--- a/tools/gfx-unit-test/gfx-test-util.cpp
+++ b/tools/gfx-unit-test/gfx-test-util.cpp
@@ -263,9 +263,6 @@ namespace gfx_test
case Slang::RenderApiFlag::CUDA:
deviceDesc.deviceType = gfx::DeviceType::CUDA;
break;
- case Slang::RenderApiFlag::OpenGl:
- deviceDesc.deviceType = gfx::DeviceType::OpenGl;
- break;
default:
SLANG_IGNORE_TEST
}