2
0
Эх сурвалжийг харах

Make the following the default behavior:
Turn off DirectX management of vertex buffers and index buffers.
Turn on Panda management of vertex buffers and index buffers.

aignacio_sf 19 жил өмнө
parent
commit
c88aa3162d

+ 1 - 1
panda/src/dxgsg9/config_dxgsg9.cxx

@@ -133,7 +133,7 @@ ConfigVariableBool link_tristrips
 // true = use DirectX management of video memory
 // true = use DirectX management of video memory
 // false = see dx_lru_management config variable below
 // false = see dx_lru_management config variable below
 ConfigVariableBool dx_management
 ConfigVariableBool dx_management
-("dx-management", true);
+("dx-management", false);
 
 
 // valid only if dx_management == false
 // valid only if dx_management == false
 // true = use DirectX management of texture memory
 // true = use DirectX management of texture memory