We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5981e9 commit 0e7e10cCopy full SHA for 0e7e10c
1 file changed
Tests/DiligentCoreAPITest/src/InlineConstantsTest.cpp
@@ -213,7 +213,7 @@ class InlineConstants : public ::testing::Test
213
GPUTestingEnvironment* pEnv = GPUTestingEnvironment::GetInstance();
214
IRenderDevice* pDevice = pEnv->GetDevice();
215
216
- if (!pDevice->GetDeviceInfo().IsD3DDevice() && !pDevice->GetDeviceInfo().IsVulkanDevice())
+ if (!pDevice->GetDeviceInfo().IsD3DDevice() && !pDevice->GetDeviceInfo().IsVulkanDevice() && !pDevice->GetDeviceInfo().IsGLDevice())
217
{
218
GTEST_SKIP();
219
}
0 commit comments