mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Destroy glx context on fail/deinit
This commit is contained in:
@@ -213,6 +213,7 @@ struct gsr_egl {
|
||||
Bool (*glXMakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
||||
// TODO: Remove
|
||||
GLXContext (*glXCreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
|
||||
void (*glXDestroyContext)(Display *dpy, GLXContext ctx);
|
||||
void (*glXSwapBuffers)(Display *dpy, GLXDrawable drawable);
|
||||
FUNC_glXCreateContextAttribsARB glXCreateContextAttribsARB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user