docs: unify spelling of front/back-facing
We spell these with a dash elsewhere in the docs, let's be consistent. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29879>
This commit is contained in:
committed by
Marge Bot
parent
e2d94263d5
commit
9967df63df
@@ -84,8 +84,8 @@ light_twoside
|
||||
along with the front/back information to set the final vertex colors
|
||||
prior to rasterization.
|
||||
|
||||
The frontface vertex shader color output is marked with TGSI semantic
|
||||
COLOR[0], and backface COLOR[1].
|
||||
The front-face vertex shader color output is marked with TGSI semantic
|
||||
COLOR[0], and back-face COLOR[1].
|
||||
|
||||
front_ccw
|
||||
Indicates whether the window order of front-facing polygons is
|
||||
|
||||
Reference in New Issue
Block a user