mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
remove texture sampler from uniform list
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
const int NUM_UNIFORMS = 27;
|
||||
const int NUM_UNIFORMS = 19;
|
||||
extern const char *UniformNames[NUM_UNIFORMS];
|
||||
|
||||
class ProgramShaderCache
|
||||
|
Reference in New Issue
Block a user