diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-11-13 19:04:25 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-11-13 19:04:25 -0500 |
commit | b6b12d0ded7573397cdcf9284cff4c6f8937f726 (patch) | |
tree | b1b2694a494701dfb808ddc310e54ac31b7feeca /indra/newview/llfeaturemanager.h | |
parent | be210914f4e9081f021cc1ad3b671765aba79b61 (diff) | |
parent | d65df92ef4719e0d4c98c5eafda9c7d19ae220c4 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/newview/llfeaturemanager.h')
-rw-r--r-- | indra/newview/llfeaturemanager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.h b/indra/newview/llfeaturemanager.h index c9cb397fcc..6f9d2e49c6 100644 --- a/indra/newview/llfeaturemanager.h +++ b/indra/newview/llfeaturemanager.h @@ -39,7 +39,9 @@ typedef enum EGPUClass GPU_CLASS_0 = 0, GPU_CLASS_1 = 1, GPU_CLASS_2 = 2, - GPU_CLASS_3 = 3 + GPU_CLASS_3 = 3, + GPU_CLASS_4 = 4, + GPU_CLASS_5 = 5 } EGPUClass; |