From e23c3fcb4e9611ab9494206706ad140cd56ee21d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 14:46:52 +0200 Subject: [PATCH] docs: rgb -> RGB Reviewed-by: David Heidelberg Part-of: --- docs/gallium/cso/blend.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gallium/cso/blend.rst b/docs/gallium/cso/blend.rst index 2ce2e184912..c44a22fe553 100644 --- a/docs/gallium/cso/blend.rst +++ b/docs/gallium/cso/blend.rst @@ -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