summaryrefslogtreecommitdiffstats
path: root/UnitTests
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-08 04:05:46 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-08 04:05:46 +0000
commit87d7f129eabe7fbc717c39d7614dbce3972b8efe (patch)
tree34aa94edc26bd0fa06268d581b275bff99076b9e /UnitTests
parentFixed formatting issue (diff)
downloadDiligentCore-87d7f129eabe7fbc717c39d7614dbce3972b8efe.tar.gz
DiligentCore-87d7f129eabe7fbc717c39d7614dbce3972b8efe.zip
Experimenting with tests to see why texture creation fails in D3D12 mode
Diffstat (limited to 'UnitTests')
-rw-r--r--UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp2
1 files changed, 1 insertions, 1 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},