summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowheadless.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-02-14 02:46:24 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-02-15 19:31:41 +0200
commita2971d84d5aba0c2dcda9ec8274a5c5b72ccd67c (patch)
tree0d1f164e96fdd9aecee9bf6ae103fe561629ffd3 /indra/llwindow/llwindowheadless.h
parent17b5bc9403da9608a9ddff3f989644c98bf936a7 (diff)
Viewer#779 Make RenderMaxVRAMBudget more consistent
Diffstat (limited to 'indra/llwindow/llwindowheadless.h')
-rw-r--r--indra/llwindow/llwindowheadless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowheadless.h b/indra/llwindow/llwindowheadless.h
index 2f2c0de5bd..10b3c66f93 100644
--- a/indra/llwindow/llwindowheadless.h
+++ b/indra/llwindow/llwindowheadless.h
@@ -102,6 +102,7 @@ public:
/*virtual*/ void setNativeAspectRatio(F32 ratio) override {}
U32 getAvailableVRAMMegabytes() override { return 4096; }
+ void setMaxVRAMMegabytes(U32 max_vram) override {}
/*virtual*/ void *getPlatformWindow() override { return 0; }
/*virtual*/ void bringToFront() override {}