aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-10 00:34:21 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-10 00:34:21 +0200
commitca0be79344d1ec9f8c4026254e0d6772b1cd8040 (patch)
treea1563d15f5e193e2c1162a0ced6a3204d3e199e8 /src/egl.c
parent53557133c21205dab879365234727416977e8a4b (diff)
Fix nvidia capture after switch to opengl es
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl.c b/src/egl.c
index 350b31d..ca65f02 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -277,6 +277,7 @@ static bool gsr_egl_load_gl(gsr_egl *self, void *library) {
{ (void**)&self->glGetTexLevelParameteriv, "glGetTexLevelParameteriv" },
{ (void**)&self->glTexImage2D, "glTexImage2D" },
{ (void**)&self->glTexSubImage2D, "glTexSubImage2D" },
+ { (void**)&self->glTexStorage2D, "glTexStorage2D" },
{ (void**)&self->glGetTexImage, "glGetTexImage" },
{ (void**)&self->glGenFramebuffers, "glGenFramebuffers" },
{ (void**)&self->glBindFramebuffer, "glBindFramebuffer" },