Add GPU_ENABLE_PRELOADING_RESOURCES and use it on Web/Android/iOS to reduce engine resources preloading

This commit is contained in:
Wojtek Figat
2026-02-20 23:45:56 +01:00
parent 894cf2c886
commit 31b5685251
7 changed files with 32 additions and 9 deletions

View File

@@ -38,5 +38,6 @@
#define GPU_ALLOW_TESSELLATION_SHADERS 0 // Tess on mobile is not well supported
#define GPU_ALLOW_GEOMETRY_SHADERS 0 // Don't even try GS on mobile
#define GPU_ENABLE_PRELOADING_RESOURCES 0 // Don't preload things unless needed
#endif