mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
This commit is contained in:
parent
eca456b63d
commit
c93b2a1cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ void TAG(translate_vertex)(GLcontext *ctx,
|
|||
dst->specular[2] = ((GLubyte *)p)[0];
|
||||
dst->specular[1] = ((GLubyte *)p)[1];
|
||||
dst->specular[0] = ((GLubyte *)p)[2];
|
||||
dst->fog = ((GLubyte *)p)[3];
|
||||
dst->attrib[FRAG_ATTRIB_FOGC][0] = ((GLubyte *)p)[3];
|
||||
p++;
|
||||
|
||||
case TINY_VERTEX_FORMAT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue