diff options
author | Runitai Linden <davep@lindenlab.com> | 2022-01-21 16:18:54 -0600 |
---|---|---|
committer | Runitai Linden <davep@lindenlab.com> | 2022-01-21 16:18:54 -0600 |
commit | f145d0dbe1d1f28c3e874b77b965e6e07066f39a (patch) | |
tree | bb896b569c4bfd258707198841fb6087f39a07ca /indra/newview/llglsandbox.cpp | |
parent | 5b04123aec281de30fb8b6473600f6b1e9d16909 (diff) |
SL-16447 Adjust default graphics preferences based on modern memory bandwidth levels and bias settings based on CPU speed.
Diffstat (limited to 'indra/newview/llglsandbox.cpp')
-rw-r--r-- | indra/newview/llglsandbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index 175f1849cf..0c8e248538 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -984,6 +984,7 @@ private: //----------------------------------------------------------------------------- // gpu_benchmark() +// returns measured memory bandwidth of GPU in gigabytes per second //----------------------------------------------------------------------------- F32 gpu_benchmark() { |