mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
gallium/docs: fix a typo
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
1d8111ebac
commit
db91b8536e
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ If texture format is different than template format, it is said the texture
|
||||||
is being cast to another format. Casting can be done only between compatible
|
is being cast to another format. Casting can be done only between compatible
|
||||||
formats, that is formats that have matching component order and sizes.
|
formats, that is formats that have matching component order and sizes.
|
||||||
|
|
||||||
Swizzle fields specify they way in which fetched texel components are placed
|
Swizzle fields specify the way in which fetched texel components are placed
|
||||||
in the result register. For example, ``swizzle_r`` specifies what is going to be
|
in the result register. For example, ``swizzle_r`` specifies what is going to be
|
||||||
placed in first component of result register.
|
placed in first component of result register.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue