fix typo
This commit is contained in:
parent
dc4128ea07
commit
ea63e82ef4
|
|
@ -648,7 +648,7 @@ struct brw_cc_unit_state
|
|||
struct {
|
||||
union {
|
||||
float f;
|
||||
unsigned byte ub[4];
|
||||
unsigned char ub[4];
|
||||
} alpha_ref;
|
||||
} cc7;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue