remove texture sampler from uniform list

This commit is contained in:
degasus
2013-01-19 00:12:02 +01:00
parent 2c010f530e
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