diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 04:05:46 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 04:05:46 +0000 |
| commit | 87d7f129eabe7fbc717c39d7614dbce3972b8efe (patch) | |
| tree | 34aa94edc26bd0fa06268d581b275bff99076b9e | |
| parent | Fixed formatting issue (diff) | |
| download | DiligentCore-87d7f129eabe7fbc717c39d7614dbce3972b8efe.tar.gz DiligentCore-87d7f129eabe7fbc717c39d7614dbce3972b8efe.zip | |
Experimenting with tests to see why texture creation fails in D3D12 mode
| -rw-r--r-- | UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp b/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp index 08a795d9..468fa797 100644 --- a/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp +++ b/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp @@ -672,7 +672,7 @@ const TextureTestAttribs TestList[] = {TEX_FORMAT_RG16_SINT, 4, BindSRU, true}, {TEX_FORMAT_R32_TYPELESS, 4, BindSRU, true}, - {TEX_FORMAT_D32_FLOAT, 4, BindD, true}, +// {TEX_FORMAT_D32_FLOAT, 4, BindD, true}, TEMPORARY!!! {TEX_FORMAT_R32_FLOAT, 4, BindSRU, true}, {TEX_FORMAT_R32_UINT, 4, BindSRU, true}, {TEX_FORMAT_R32_SINT, 4, BindSRU, true}, diff --git a/appveyor.yml b/appveyor.yml index dcbe51d9..ceef3bc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,7 @@ before_build: - cd c:\projects\DiligentCore - echo %PLATFORM% - echo.%cmake_args% - - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -G "Visual Studio 15 2017" -A %PLATFORM% + - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -D DILIGENT_NO_VULKAN=TRUE -G "Visual Studio 15 2017" -A %PLATFORM% build: project: c:\projects\DiligentCore\build\INSTALL.vcxproj |
