mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix docs build with missing end string terminator
This commit is contained in:
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user