gallium/docs: Fix a couple ReST errors.

This commit is contained in:
Corbin Simpson
2010-03-19 00:07:55 -07:00
parent 12a40dda39
commit 8e1768cfd3
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ Non-CSO State
These pieces of state are too small, variable, and/or trivial to have CSO
objects. They all follow simple, one-method binding calls, e.g.
``set_blend_color``.
* ``set_stencil_ref`` sets the stencil front and back reference values
which are used as comparison values in stencil test.
* ``set_blend_color``

View File

@@ -1,4 +1,4 @@
.. _vertex,elements
.. _vertexelements:
Vertex Elements
===============