mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 19:00:33 +01:00
gallium/docs: Fix a couple ReST errors.
This commit is contained in:
parent
12a40dda39
commit
8e1768cfd3
2 changed files with 2 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.. _vertex,elements
|
||||
.. _vertexelements:
|
||||
|
||||
Vertex Elements
|
||||
===============
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue