summaryrefslogtreecommitdiffstats
path: root/UnitTests
diff options
context:
space:
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},