diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 02:29:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 02:29:14 +0000 |
| commit | 287e31b9f40fd13eeae13d7b6e7db8cc5e946303 (patch) | |
| tree | cae37c0df03fa04b126df3fba319b4194627f763 /Tests/TestApp/src/ShaderConverterTest.cpp | |
| parent | Enabled test app on Android (diff) | |
| download | DiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.tar.gz DiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.zip | |
Enabled test app in MacOS
Diffstat (limited to 'Tests/TestApp/src/ShaderConverterTest.cpp')
| -rw-r--r-- | Tests/TestApp/src/ShaderConverterTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/ShaderConverterTest.cpp b/Tests/TestApp/src/ShaderConverterTest.cpp index 7173a10..a18229b 100644 --- a/Tests/TestApp/src/ShaderConverterTest.cpp +++ b/Tests/TestApp/src/ShaderConverterTest.cpp @@ -62,6 +62,7 @@ ShaderConverterTest::ShaderConverterTest( IRenderDevice *pRenderDevice, IDeviceC VERIFY_EXPR( pShader ); } + if(pRenderDevice->GetDeviceCaps().bComputeShadersSupported) { CreationAttrs.FilePath = "Shaders\\CSConversionTest.fx"; CreationAttrs.EntryPoint = "TestCS"; |
