From b51d1af1c13bafc872c2ca8de604004c49af3000 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 8 Nov 2022 12:13:52 +0100 Subject: [PATCH] docs: feeddback -> feedback Reviewed-by: Eric Engestrom Reviewed-by: Adam Jackson Part-of: --- docs/gallium/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.