From 383d8158ccf0a7c02b366ce22bd1790743f1608b Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 14 Dec 2018 20:41:09 +0000 Subject: [PATCH] Fix docs build with missing end string terminator --- docs/how/how_custom_visualisation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how/how_custom_visualisation.rst b/docs/how/how_custom_visualisation.rst index 512a65d6e..9770d7a75 100644 --- a/docs/how/how_custom_visualisation.rst +++ b/docs/how/how_custom_visualisation.rst @@ -112,7 +112,7 @@ Texture dimensions ``RENDERDOC_YUVAChannels`` will be filled out an index indicating where each channel comes from in the source textures. The order is ``.x`` for ``Y``, ``.y`` for ``U``, ``.z`` for ``V`` and ``.w`` for ``A``. -The indices for channels in the first texture in the normal 2D slot are ``0, 1, 2, 3``. Indices from ``4`` to ``7` indicate channels in the second texture, and so on. +The indices for channels in the first texture in the normal 2D slot are ``0, 1, 2, 3``. Indices from ``4`` to ``7`` indicate channels in the second texture, and so on. If a channel is not present, e.g. alpha is commonly not available, it will be set to ``0xff == 255``.