summaryrefslogtreecommitdiff
path: root/src/core/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/shader.h')
-rw-r--r--src/core/shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/shader.h b/src/core/shader.h
index 3737e8c..26606b8 100644
--- a/src/core/shader.h
+++ b/src/core/shader.h
@@ -152,6 +152,7 @@ typedef struct {
byte* output; /*fragment-in*/
} ActiveReg;
+/*interpolation registers*/
Register registers[REG_TOTAL];
ActiveReg active_regs[REG_TOTAL];