mirror of https://github.com/mpv-player/mpv
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:
parent
bbe8bb0ae9
commit
3fb6380aa8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue