diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-10-25 05:53:26 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-10-25 05:53:26 +0000 |
| commit | be0cf23bd5d7d7d79bd92c716d9db05ef68892c8 (patch) | |
| tree | 1fd19a83756ace06e9dfc11ccbb66732278885d6 /Tests/TestApp/src | |
| parent | Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER... (diff) | |
| download | DiligentEngine-be0cf23bd5d7d7d79bd92c716d9db05ef68892c8.tar.gz DiligentEngine-be0cf23bd5d7d7d79bd92c716d9db05ef68892c8.zip | |
Updated core & samples; added Tutorial 16; updated troubleshooting
Diffstat (limited to 'Tests/TestApp/src')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 2d58006..d24e105 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -230,6 +230,7 @@ void TestApp::InitializeDiligentEngine( EngineD3D12CreateInfo EngD3D12Attribs; EngD3D12Attribs.EnableDebugLayer = true; + //EngD3D12Attribs.EnableGPUBasedValidation = true; 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 |
