From ad26bc77db6bbc91a71db656060af514ff061a21 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 30 Mar 2025 13:46:06 +0200 Subject: Fix incorrect compute size when scaling image --- src/egl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 946399c..446d105 100644 --- a/src/egl.c +++ b/src/egl.c @@ -288,6 +288,7 @@ static bool gsr_egl_load_gl(gsr_egl *self, void *library) { { (void**)&self->glBindImageTexture, "glBindImageTexture" }, { (void**)&self->glTexParameteri, "glTexParameteri" }, { (void**)&self->glTexParameteriv, "glTexParameteriv" }, + { (void**)&self->glTexParameterfv, "glTexParameterfv" }, { (void**)&self->glGetTexLevelParameteriv, "glGetTexLevelParameteriv" }, { (void**)&self->glTexImage2D, "glTexImage2D" }, { (void**)&self->glTexSubImage2D, "glTexSubImage2D" }, -- cgit v1.2.3-70-g09d2