vo_opengl: bump up SHADER_MAX_HOOKS

Apparently people are running into the current limit. 64 ought to be
enough for everybody.
This commit is contained in:
Niklas Haas 2017-06-24 01:55:21 +02:00
parent bbe8bb0ae9
commit 3fb6380aa8
No known key found for this signature in database
GPG Key ID: 9A09076581B27402
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "utils.h"
#define SHADER_API 1
#define SHADER_MAX_HOOKS 16
#define SHADER_MAX_HOOKS 64
#define SHADER_MAX_BINDS 6
#define MAX_SZEXP_SIZE 32