New Demo, Screen Space Shaders

-Fixes to screen space shaders.
-Fixes to isometric light demo.
This commit is contained in:
Juan Linietsky
2015-03-10 00:53:09 -03:00
parent 3fc9017fbb
commit 91744e9ed3
17 changed files with 76 additions and 8 deletions

View File

@ -56,6 +56,7 @@ public:
TK_TYPE_VEC2,
TK_TYPE_VEC3,
TK_TYPE_VEC4,
TK_TYPE_MAT2,
TK_TYPE_MAT3,
TK_TYPE_MAT4,
TK_TYPE_TEXTURE,
@ -118,6 +119,7 @@ public:
TYPE_VEC2,
TYPE_VEC3,
TYPE_VEC4,
TYPE_MAT2,
TYPE_MAT3,
TYPE_MAT4,
TYPE_TEXTURE,