Skip to content

Commit

Permalink
Fixing surface param
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed Feb 28, 2024
1 parent 515f310 commit 7abfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/compute_lib/compute_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ static const EGLint egl_config_attribs_gbm[] = {
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT_KHR,
EGL_NONE };
static const EGLint egl_config_attribs_surfaceless[] = {
EGL_SURFACE_TYPE, EGL_OPENGL_ES3_BIT_KHR,
EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT_KHR,
GL_NONE };
static const EGLint egl_ctx_attribs[] = {
Expand Down

0 comments on commit 7abfa5f

Please sign in to comment.