docs: increase max varying vars to 16

This commit is contained in:
Brian Paul 2009-06-26 16:41:54 -06:00
parent f08bebfe24
commit dd585db687
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
<li>GL_EXT_texture_swizzle extension (software drivers, i965 driver)
<li>Updated SPARC assembly optimizations (David S. Miller)
<li>Initial support for separate compilation units in GLSL compiler.
<li>Increased max number of generic GLSL varying variables to 16 (formerly 8).
</ul>