mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-15 06:55:16 -05: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