remove texture sampler from uniform list

This commit is contained in:
degasus 2013-01-19 00:12:02 +01:00
commit 6401a18143
2 changed files with 8 additions and 7 deletions

View file

@ -30,7 +30,7 @@
namespace OGL
{
const int NUM_UNIFORMS = 27;
const int NUM_UNIFORMS = 19;
extern const char *UniformNames[NUM_UNIFORMS];
class ProgramShaderCache