aboutsummaryrefslogtreecommitdiff
path: root/include/egl.h
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 /include/egl.h
parent53557133c21205dab879365234727416977e8a4b (diff)
Fix nvidia capture after switch to opengl es
Diffstat (limited to 'include/egl.h')
-rw-r--r--include/egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/egl.h b/include/egl.h
index 0b6a034..90aa2b7 100644
--- a/include/egl.h
+++ b/include/egl.h
@@ -263,6 +263,7 @@ struct gsr_egl {
void (*glGetTexLevelParameteriv)(unsigned int target, int level, unsigned int pname, int *params);
void (*glTexImage2D)(unsigned int target, int level, int internalFormat, int width, int height, int border, unsigned int format, unsigned int type, const void *pixels);
void (*glTexSubImage2D)(unsigned int target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, const void *pixels);
+ void (*glTexStorage2D)(unsigned int target, int levels, unsigned int internalformat, int width, int height);
void (*glGetTexImage)(unsigned int target, int level, unsigned int format, unsigned int type, void *pixels);
void (*glGenFramebuffers)(int n, unsigned int *framebuffers);
void (*glBindFramebuffer)(unsigned int target, unsigned int framebuffer);