summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/utils.c b/video/out/opengl/utils.c
index 5ef99ac599..1f4b365d26 100644
--- a/video/out/opengl/utils.c
+++ b/video/out/opengl/utils.c
@@ -431,8 +431,8 @@ void gl_set_debug_logger(GL *gl, struct mp_log *log)
gl->DebugMessageCallback(log ? gl_debug_cb : NULL, log);
}
-#define SC_ENTRIES 32
-#define SC_UNIFORM_ENTRIES 20
+#define SC_ENTRIES 48
+#define SC_UNIFORM_ENTRIES 64
enum uniform_type {
UT_invalid,