summaryrefslogtreecommitdiffstats
path: root/UnitTests
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-10 21:28:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-10 21:28:51 +0000
commit7b479f44ec643b20ff0ccab69f371b78a85162f2 (patch)
treebc82e89aeb9f4223d269b08233a2bcfcae884b7f /UnitTests
parentEnabled shader resource layout test in d3d11 (diff)
downloadDiligentCore-7b479f44ec643b20ff0ccab69f371b78a85162f2.tar.gz
DiligentCore-7b479f44ec643b20ff0ccab69f371b78a85162f2.zip
Fixed formatting
Diffstat (limited to 'UnitTests')
-rw-r--r--UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp b/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
index 009b6b80..cbf5f8b4 100644
--- a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
+++ b/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
@@ -168,7 +168,7 @@ TEST(ShaderResourceLayout, ResourceLayout)
TxlBuffViewDesc.Name = "Storage texel buffer UAV";
TxlBuffViewDesc.ViewType = BUFFER_VIEW_UNORDERED_ACCESS;
- for (int i=0; i < _countof(pStorageTexelBuff); ++i)
+ for (int i = 0; i < _countof(pStorageTexelBuff); ++i)
{
pDevice->CreateBuffer(TxlBuffDesc, nullptr, &(pStorageTexelBuff[i]));
ASSERT_NE(pStorageTexelBuff[i], nullptr);