diff options
Diffstat (limited to 'src/mesa/shader/arbprogparse.h')
-rw-r--r-- | src/mesa/shader/arbprogparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/arbprogparse.h b/src/mesa/shader/arbprogparse.h index ececfafa8fd..947c22e767b 100644 --- a/src/mesa/shader/arbprogparse.h +++ b/src/mesa/shader/arbprogparse.h @@ -65,6 +65,8 @@ struct arb_program GLuint NumAluInstructions; GLuint NumTexInstructions; GLuint NumTexIndirections; + + GLboolean UsesKill; }; |