mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
s/GLuint/GLbitfield/
This commit is contained in:
parent
fe6947002f
commit
97a659337e
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ struct parse_state {
|
|||
GLboolean isStateProgram;
|
||||
GLboolean isPositionInvariant;
|
||||
GLboolean isVersion1_1;
|
||||
GLuint inputsRead;
|
||||
GLuint outputsWritten;
|
||||
GLbitfield inputsRead;
|
||||
GLbitfield outputsWritten;
|
||||
GLboolean anyProgRegsWritten;
|
||||
GLuint numInst; /* number of instructions parsed */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue