gallium: add PIPE_CAP_MAX_VERTEX_BUFFERS
[mesa.git] / src / gallium / docs / source / screen.rst
index a081bbc9f80909de718b20b45e6ad798767fb7be..7e6964282f59eeb360c616b1702b381718223f22 100644 (file)
@@ -564,6 +564,7 @@ The integer capabilities:
   as opposed to writing gl_PointSize for every point.
 * ``PIPE_CAP_TWO_SIDED_COLOR``: Driver supports two-sided coloring.
 * ``PIPE_CAP_CLIP_PLANES``: Driver supports user-defined clip-planes.
+* ``PIPE_CAP_MAX_VERTEX_BUFFERS``: Number of supported vertex buffers.
 
 .. _pipe_capf: