mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
GL: Fixed program sampler count.
This commit is contained in:
@@ -908,7 +908,7 @@ namespace bgfx
|
||||
GLint m_attributes[Attrib::Count]; // sparse
|
||||
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;
|
||||
|
||||
ConstantBuffer* m_constantBuffer;
|
||||
|
||||
Reference in New Issue
Block a user