diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index fc193b86d7a..882cb6d65d1 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -401,7 +401,7 @@ The integer capabilities: equal interpolation qualifiers. Components may overlap, notably when the gaps in an array of dvec3 are filled in. -* ``PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME``: Whether GL_ARB_transform_feeddback2 +* ``PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME``: Whether GL_ARB_transform_feedback2 is supported, including pausing/resuming queries and having ``count_from_stream_output`` set on indirect draws to implement glDrawTransformFeedback. Required for OpenGL 4.0.