diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-10 21:28:51 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-10 21:28:51 +0000 |
| commit | 7b479f44ec643b20ff0ccab69f371b78a85162f2 (patch) | |
| tree | bc82e89aeb9f4223d269b08233a2bcfcae884b7f /UnitTests | |
| parent | Enabled shader resource layout test in d3d11 (diff) | |
| download | DiligentCore-7b479f44ec643b20ff0ccab69f371b78a85162f2.tar.gz DiligentCore-7b479f44ec643b20ff0ccab69f371b78a85162f2.zip | |
Fixed formatting
Diffstat (limited to 'UnitTests')
| -rw-r--r-- | UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp | 2 |
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); |
