diff options
author | Brad Linden <brad@lindenlab.com> | 2024-09-04 12:51:24 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-09-04 12:51:24 -0700 |
commit | 49abe2c8bc23e306d304d02704e2b883648baea6 (patch) | |
tree | bb07d3fce7de85e22c4f59abff2ea65d031fcd69 /indra/llrender/llgl.h | |
parent | c2724537adab9d31c23d33e36002772a9c56f4c3 (diff) | |
parent | d5446b3bcd34ad63b1d120f34c2a4d234262fd38 (diff) |
Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r-- | indra/llrender/llgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index be1c0a532a..cd1ba55b16 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -97,6 +97,7 @@ public: // Vendor-specific extensions bool mHasAMDAssociations = false; + bool mHasNVXGpuMemoryInfo = false; bool mIsAMD; bool mIsNVIDIA; |