diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 04:28:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 04:28:55 +0000 |
| commit | 44fed82c44b6dc9e4759d00bbfb7806779f761ba (patch) | |
| tree | af38d71b0c96482be473c913b3ed4a8b445eaf9c /Tests/TestApp/src/TestApp.cpp | |
| parent | Updated submodules and readme (diff) | |
| download | DiligentEngine-44fed82c44b6dc9e4759d00bbfb7806779f761ba.tar.gz DiligentEngine-44fed82c44b6dc9e4759d00bbfb7806779f761ba.zip | |
Updated submodules + added tutorial 17
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 623233e..ea8dc0f 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -157,7 +157,6 @@ void TestApp::InitializeDiligentEngine( ) { SwapChainDesc SCDesc; - SCDesc.SamplesCount = 1; Uint32 NumDeferredCtx = 0; std::vector<IDeviceContext*> ppContexts; std::vector<HardwareAdapterAttribs> Adapters; |
