mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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
Block a user