mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
remove texture sampler from uniform list
This commit is contained in:
parent
2c010f530e
commit
6401a18143
2 changed files with 8 additions and 7 deletions
|
@ -30,7 +30,7 @@
|
|||
namespace OGL
|
||||
{
|
||||
|
||||
const int NUM_UNIFORMS = 27;
|
||||
const int NUM_UNIFORMS = 19;
|
||||
extern const char *UniformNames[NUM_UNIFORMS];
|
||||
|
||||
class ProgramShaderCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue