diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-24 02:00:50 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-24 02:00:50 +0000 |
| commit | 83be7e0c3137546d47bae225adf335da282a17d1 (patch) | |
| tree | 56bbe1b9f77e5e8463cced4b4cf6aaa3a10814bf /Graphics/GraphicsEngineD3D11 | |
| parent | Updated clang-format workaround for brace-on-the-same line in lambdas (diff) | |
| download | DiligentCore-83be7e0c3137546d47bae225adf335da282a17d1.tar.gz DiligentCore-83be7e0c3137546d47bae225adf335da282a17d1.zip | |
clang-formatted GraphicsEngineD3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rwxr-xr-x | Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp | 4 |
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)
{
|
