GL: Fixed program sampler count.

This commit is contained in:
Branimir Karadžić 2015-02-24 15:18:33 -08:00
parent e54aae781c
commit 26e96b0489

View file

@ -908,7 +908,7 @@ namespace bgfx
GLint m_attributes[Attrib::Count]; // sparse GLint m_attributes[Attrib::Count]; // sparse
GLint m_instanceData[BGFX_CONFIG_MAX_INSTANCE_DATA_COUNT]; GLint m_instanceData[BGFX_CONFIG_MAX_INSTANCE_DATA_COUNT];
GLint m_sampler[BGFX_CONFIG_MAX_TEXTURES]; GLint m_sampler[BGFX_CONFIG_MAX_TEXTURE_SAMPLERS];
uint8_t m_numSamplers; uint8_t m_numSamplers;
ConstantBuffer* m_constantBuffer; ConstantBuffer* m_constantBuffer;