diff options
| author | Mark Nefedov <mark_nefedov@outlook.com> | 2020-05-08 18:46:19 +0000 |
|---|---|---|
| committer | Mark Nefedov <mark_nefedov@outlook.com> | 2020-05-08 18:46:19 +0000 |
| commit | 9c52a33d4391d7fdbf1c029c249b8df40d437557 (patch) | |
| tree | 6af0659acea940239c4a5fc19463162c027acbce /Graphics/GraphicsEngineVulkan | |
| parent | Possible overflow. Consider casting operands, not the result. (diff) | |
| download | DiligentCore-9c52a33d4391d7fdbf1c029c249b8df40d437557.tar.gz DiligentCore-9c52a33d4391d7fdbf1c029c249b8df40d437557.zip | |
Clang-format
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp index a72f34ca..1789596f 100644 --- a/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp @@ -512,7 +512,7 @@ void SwapChainVkImpl::InitBuffersAndViews() for (uint32_t i = 0; i < swapchainImageCount; i++) { - TextureDesc BackBufferDesc; + TextureDesc BackBufferDesc; std::stringstream name_ss; name_ss << "Main back buffer " << i; auto name = name_ss.str(); |
