OpenGL2: Parallax corrected cubemap (cheaper trick)

This commit is contained in:
SmileTheory 2014-03-16 16:29:38 -07:00
parent d0d1883895
commit 375f6247d4
4 changed files with 32 additions and 4 deletions

View file

@ -698,6 +698,8 @@ typedef enum
UNIFORM_PRIMARYLIGHTAMBIENT,
UNIFORM_PRIMARYLIGHTRADIUS,
UNIFORM_CUBEMAPINFO,
UNIFORM_COUNT
} uniform_t;