summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/shader_hierarchy.txt
blob: 81e13271784343bd880c881dc66ac7b1d964b705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Second Life shader variants are referred to as "classes."  

When a shader of a particular class is loaded, a lower class may 
be loaded if the class requested doesn't exist or fails to load 
for any reason.  In general, shaders that require more resources
or later hardware capabilities should be higher class and 
lower classes can be used for fallback implementations or lower
detail settings.

Which class is chosen will generally depend on graphics preferences. 

Previously, someone tried to enumerate the shaders here, but don't do 
that.  It messes with searches and the shader hierarchy changes often.