summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lyt/materials/indirectstage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lyt/materials/indirectstage.h b/lyt/materials/indirectstage.h
index 2b4bd5f..30c6f9d 100644
--- a/lyt/materials/indirectstage.h
+++ b/lyt/materials/indirectstage.h
@@ -30,6 +30,10 @@ public:
void dumpToDebug();
+ int texCoord;
+ int texMap;
+ int wrap_s;
+ int wrap_t;
};