diff options
author | Erik Faye-Lund <[email protected]> | 2019-10-03 16:53:47 -0400 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-10-17 10:41:36 +0200 |
commit | 439f4995916c3be4260217d5b10f450c9b3b3aa7 (patch) | |
tree | fe92e01d5c5eda7ffa333110e26a84ed94206ce1 /src/mesa/program/prog_statevars.h | |
parent | 71c0dcf26621f0403586a1b09df7e7cecb063979 (diff) |
mesa/program: support referencing the clip-space clip-plane state
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_statevars.h')
-rw-r--r-- | src/mesa/program/prog_statevars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index 1418f84f630..de457d1a7f4 100644 --- a/src/mesa/program/prog_statevars.h +++ b/src/mesa/program/prog_statevars.h @@ -130,6 +130,7 @@ typedef enum gl_state_index_ { */ STATE_ADVANCED_BLENDING_MODE, STATE_ALPHA_REF, /* alpha-test reference value */ + STATE_CLIP_INTERNAL, /* similar to STATE_CLIPPLANE, but in clip-space */ STATE_INTERNAL_DRIVER /* first available state index for drivers (must be last) */ } gl_state_index; |