From 3fffa27a3bbe95c9009e5d2ddc8793bb20d6489c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 13:46:54 +0200 Subject: [PATCH] docs: apis -> APIs Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index 12a9f63dc52..f26bab4bad8 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -45,7 +45,7 @@ buffers, surfaces) are bound to the driver. * ``set_constant_buffer`` sets a constant buffer to be used for a given shader - type. index is used to indicate which buffer to set (some apis may allow + type. index is used to indicate which buffer to set (some APIs may allow multiple ones to be set, and binding a specific one later, though drivers are mostly restricted to the first one right now).