mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
intel: Enable GL_EXT_framebuffer_object for gles2
This commit is contained in:
parent
90d824edaf
commit
49dbb9def6
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ static const char *es2_extensions[] = {
|
|||
"GL_EXT_texture_filter_anisotropic",
|
||||
"GL_ARB_depth_texture",
|
||||
"GL_EXT_packed_depth_stencil",
|
||||
"GL_EXT_framebuffer_object",
|
||||
|
||||
#if FEATURE_OES_EGL_image
|
||||
"GL_OES_EGL_image",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue