diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-09-26 16:42:38 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-09-26 16:42:38 +0000 |
| commit | c905952ba8e3ddeafc4e34be14f676359f4f3a1a (patch) | |
| tree | 154181841bbd8c0679df691dd492c05b8c8b75a2 /Tests/TestApp/src/TestApp.cpp | |
| parent | Updated core (added EnableDebugLayer member to EngineD3D12CreateInfo struct) (diff) | |
| download | DiligentEngine-c905952ba8e3ddeafc4e34be14f676359f4f3a1a.tar.gz DiligentEngine-c905952ba8e3ddeafc4e34be14f676359f4f3a1a.zip | |
Minor update to TestApp
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 11a14aa..a516e9d 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -224,9 +224,7 @@ void TestApp::InitializeDiligentEngine( } EngineD3D12CreateInfo EngD3D12Attribs; -#ifdef _DEBUG EngD3D12Attribs.EnableDebugLayer = true; -#endif EngD3D12Attribs.CPUDescriptorHeapAllocationSize[0] = 64; // D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV EngD3D12Attribs.CPUDescriptorHeapAllocationSize[1] = 32; // D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER EngD3D12Attribs.CPUDescriptorHeapAllocationSize[2] = 16; // D3D12_DESCRIPTOR_HEAP_TYPE_RTV |
