[GPU] 3d-to-2d textures default enable

Replaced the modal cvar with bool gpu_3d_to_2d_texture with "mode 2" now enabled by
default and "mode 1" removed as unnecessary
This commit is contained in:
Herman S.
2026-01-14 00:24:25 +09:00
parent 90c48e1d21
commit e7941b0c7d
9 changed files with 78 additions and 257 deletions

View File

@@ -36,7 +36,7 @@ DECLARE_bool(disassemble_pm4);
DECLARE_bool(no_discard_stencil_in_transfer_pipelines);
DECLARE_int32(gpu_3d_to_2d_texture_mode);
DECLARE_bool(gpu_3d_to_2d_texture);
#define XE_GPU_FINE_GRAINED_DRAW_SCOPES 1