docs: rgb -> RGB
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 12:46:52 +0000 (14:46 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/gallium/cso/blend.rst

index 2ce2e18..c44a22f 100644 (file)
@@ -113,11 +113,11 @@ blend_enable
    functions and source/destination factors. Otherwise, the incoming fragment
    color gets passed unmodified (but colormask still applies).
 rgb_func
-   The blend function to use for rgb channels. One of PIPE_BLEND.
+   The blend function to use for RGB channels. One of PIPE_BLEND.
 rgb_src_factor
-   The blend source factor to use for rgb channels. One of PIPE_BLENDFACTOR.
+   The blend source factor to use for RGB channels. One of PIPE_BLENDFACTOR.
 rgb_dst_factor
-   The blend destination factor to use for rgb channels. One of PIPE_BLENDFACTOR.
+   The blend destination factor to use for RGB channels. One of PIPE_BLENDFACTOR.
 alpha_func
    The blend function to use for the alpha channel. One of PIPE_BLEND.
 alpha_src_factor