gallium/docs: GLSL glossary entry.

This commit is contained in:
Corbin Simpson 2010-06-16 18:57:51 -07:00
parent f98c462770
commit 1e6d51e805
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@ Glossary
LOD
Level of Detail. Also spelled "LoD." The value that determines when the
switches between mipmaps occur during texture sampling.
GLSL
GL Shading Language. The official, common high-level shader language used
in GL 2.0 and above.