diff options
Diffstat (limited to 'test/gl/context.test.cpp')
-rw-r--r-- | test/gl/context.test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gl/context.test.cpp b/test/gl/context.test.cpp index 54b0c01d95..4b6bad6f65 100644 --- a/test/gl/context.test.cpp +++ b/test/gl/context.test.cpp @@ -85,6 +85,10 @@ struct Buffer { }; TEST(GLContextMode, Shared) { + if (gfx::Backend::GetType() != gfx::Backend::Type::OpenGL) { + return; + } + util::RunLoop loop; HeadlessFrontend frontend { 1, {}, gfx::ContextMode::Shared }; |