mesa: fix ir_variable declaration
ir_variable is a class, not a struct. NOTE: This is a candidate for the 8.0 branch. Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -528,7 +528,7 @@ struct texenv_fragment_program {
|
||||
*/
|
||||
|
||||
/* Texcoord override from bumpmapping. */
|
||||
struct ir_variable *texcoord_tex[MAX_TEXTURE_COORD_UNITS];
|
||||
ir_variable *texcoord_tex[MAX_TEXTURE_COORD_UNITS];
|
||||
|
||||
/* Reg containing texcoord for a texture unit,
|
||||
* needed for bump mapping, else undef.
|
||||
|
||||
Reference in New Issue
Block a user