mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
This commit is contained in:
parent
c93b2a1cb7
commit
c233aa2768
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ void TAG(translate_vertex)(GLcontext *ctx,
|
|||
dst->specular[1] = src->v.specular.green;
|
||||
dst->specular[2] = src->v.specular.blue;
|
||||
|
||||
dst->fog = src->v.specular.alpha/255.0;
|
||||
dst->attrib[FRAG_ATTRIB_FOGC][0] = src->v.specular.alpha/255.0;
|
||||
|
||||
if (HAVE_PTEX_VERTICES &&
|
||||
((HAVE_TEX2_VERTICES && format == PROJ_TEX3_VERTEX_FORMAT) ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue