diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-29 09:15:02 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-29 09:15:02 -0600 |
commit | b5db671f7c28eb2a9f9974df1c34cf8c025fb8cc (patch) | |
tree | 4e575a103f4d8cc8873e24840ad2dd6804ead093 /indra/llwindow/llwindow.h | |
parent | 159d4f9cd0537cab5a87a873a172c571d02d4afc (diff) |
SL-18682 WIP -- Add debug settings that aid in emulating low end hardware.
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r-- | indra/llwindow/llwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h index 2c538a60c9..862897a48c 100644 --- a/indra/llwindow/llwindow.h +++ b/indra/llwindow/llwindow.h @@ -302,7 +302,10 @@ public: BOOL enable_vsync = FALSE, BOOL use_gl = TRUE, BOOL ignore_pixel_depth = FALSE, - U32 fsaa_samples = 0); + U32 fsaa_samples = 0, + U32 max_cores = 0, + U32 max_vram = 0, + F32 max_gl_version = 4.6f); static BOOL destroyWindow(LLWindow* window); static BOOL isWindowValid(LLWindow *window); }; |