mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
Fix typo.
This commit is contained in:
parent
8069ada29b
commit
82efdff66f
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ do { \
|
|||
UNCLAMPED_FLOAT_TO_UBYTE(v->ub4[4][0], (c)[0]); \
|
||||
UNCLAMPED_FLOAT_TO_UBYTE(v->ub4[4][1], (c)[1]); \
|
||||
UNCLAMPED_FLOAT_TO_UBYTE(v->ub4[4][2], (c)[2]); \
|
||||
UNCLAMPED_FLOAT_TO_UBYTE(v->uv4[4][3], (c)[3]); \
|
||||
UNCLAMPED_FLOAT_TO_UBYTE(v->ub4[4][3], (c)[3]); \
|
||||
} while (0)
|
||||
#define VERT_COPY_RGBA( v0, v1 ) v0->ui[4] = v1->ui[4]
|
||||
#define VERT_SAVE_RGBA( idx ) color[idx] = v[idx]->ui[4]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue