mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Fix extract_3f_xyw().
This commit is contained in:
parent
229d6a9624
commit
bacd9d1739
1 changed files with 2 additions and 2 deletions
|
|
@ -484,8 +484,8 @@ static void extract_3f_xyw( const struct tnl_clipspace_attr *a, GLfloat *out, co
|
|||
|
||||
out[0] = in[0];
|
||||
out[1] = in[1];
|
||||
out[2] = in[3];
|
||||
out[3] = 1;
|
||||
out[2] = 0;
|
||||
out[3] = in[2];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue