mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
set dx-management 1 as default
add dx-use-dynamic-textures config option
This commit is contained in:
parent
b665a3707d
commit
b1fb705e86
@ -132,7 +132,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", false);
|
("dx-management", true);
|
||||||
|
|
||||||
// valid only if dx_management == false
|
// valid only if dx_management == false
|
||||||
// true = enable LRU management of video memory
|
// true = enable LRU management of video memory
|
||||||
@ -175,6 +175,9 @@ ConfigVariableBool dx_lru_debug
|
|||||||
ConfigVariableInt dx_lru_debug_frames_til_output
|
ConfigVariableInt dx_lru_debug_frames_til_output
|
||||||
("dx-lru-debug-frames-til-output", 500);
|
("dx-lru-debug-frames-til-output", 500);
|
||||||
|
|
||||||
|
ConfigVariableBool dx_use_dynamic_textures
|
||||||
|
("dx-use-dynamic-textures", true);
|
||||||
|
|
||||||
ConfigureFn(config_dxgsg9) {
|
ConfigureFn(config_dxgsg9) {
|
||||||
init_libdxgsg9();
|
init_libdxgsg9();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user