summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-10 18:11:46 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-10 18:11:46 +0000
commit9d7ae28304decaea4ce9be9c46e44f4ba1f592f0 (patch)
treeede6de6e437118f1bc2ac669f2cde30b05a192da
parentUpdated submodules (diff)
downloadDiligentEngine-9d7ae28304decaea4ce9be9c46e44f4ba1f592f0.tar.gz
DiligentEngine-9d7ae28304decaea4ce9be9c46e44f4ba1f592f0.zip
Updated Asteroids and aubmodules
m---------DiligentCore0
m---------DiligentSamples0
-rw-r--r--Projects/Asteroids/src/asteroids_DE.cpp1
3 files changed, 1 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject 0c82c4646ffab4e5ea4b8c6073d4f96d30124c4
+Subproject 7d6429107db783fc382972ed2ae28cad6e589ea
diff --git a/DiligentSamples b/DiligentSamples
-Subproject ba1f3831eeffe279c8cb5f354eaab0b29708c5c
+Subproject 9dc6f33c3a781b9c8eb2be13cd5042dad859d72
diff --git a/Projects/Asteroids/src/asteroids_DE.cpp b/Projects/Asteroids/src/asteroids_DE.cpp
index 6eb2af6..296f05f 100644
--- a/Projects/Asteroids/src/asteroids_DE.cpp
+++ b/Projects/Asteroids/src/asteroids_DE.cpp
@@ -82,6 +82,7 @@ void Asteroids::InitDevice(HWND hWnd, DeviceType DevType)
EngineD3D12Attribs Attribs;
Attribs.GPUDescriptorHeapDynamicSize[0] = 65536*4;
Attribs.GPUDescriptorHeapSize[0] = 65536*4;
+ Attribs.NumCommandsToFlushCmdList = 1024;
#ifndef _DEBUG
Attribs.DynamicDescriptorAllocationChunkSize[0] = 4*2048;
#endif