diff options
author | Dave Parks <davep@lindenlab.com> | 2012-08-28 13:52:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-08-28 13:52:14 -0500 |
commit | 9611356556c3e6da26dae7482e315641766b4eac (patch) | |
tree | 11a7013107c37d9619696a4b72e97c695a8579c2 /indra/newview/llfeaturemanager.h | |
parent | 9bf7e40e93c33e539ba9884dc7f316c12b8abfc0 (diff) |
MAINT-1491 Integration of statistically generated GPU table -- enable shadows by default where appropriate.
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; |