intel/compiler: Add a uses_firstvertex flag
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:

committed by
Ian Romanick

parent
5ff848df7b
commit
0c8395e15d
@@ -978,6 +978,7 @@ struct brw_vs_prog_data {
|
||||
bool uses_vertexid;
|
||||
bool uses_instanceid;
|
||||
bool uses_basevertex;
|
||||
bool uses_firstvertex;
|
||||
bool uses_baseinstance;
|
||||
bool uses_drawid;
|
||||
};
|
||||
|
Reference in New Issue
Block a user