summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-24 02:00:50 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-24 02:00:50 +0000
commit83be7e0c3137546d47bae225adf335da282a17d1 (patch)
tree56bbe1b9f77e5e8463cced4b4cf6aaa3a10814bf /Graphics/GraphicsEngineD3D11
parentUpdated clang-format workaround for brace-on-the-same line in lambdas (diff)
downloadDiligentCore-83be7e0c3137546d47bae225adf335da282a17d1.tar.gz
DiligentCore-83be7e0c3137546d47bae225adf335da282a17d1.zip
clang-formatted GraphicsEngineD3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rwxr-xr-xGraphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp
index d4140c43..fc0d02a6 100755
--- a/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp
+++ b/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp
@@ -366,7 +366,7 @@ void ShaderResourceLayoutD3D11::CopyResources(ShaderResourceCacheD3D11& DstCache
}
},
- [&](const TexSRVBindInfo& ts) //
+ [&](const TexSRVBindInfo& ts) //
{
for (auto SRVSlot = ts.m_Attribs.BindPoint; SRVSlot < ts.m_Attribs.BindPoint + ts.m_Attribs.BindCount; ++SRVSlot)
{
@@ -376,7 +376,7 @@ void ShaderResourceLayoutD3D11::CopyResources(ShaderResourceCacheD3D11& DstCache
}
},
- [&](const TexUAVBindInfo& uav) //
+ [&](const TexUAVBindInfo& uav) //
{
for (auto UAVSlot = uav.m_Attribs.BindPoint; UAVSlot < uav.m_Attribs.BindPoint + uav.m_Attribs.BindCount; ++UAVSlot)
{