mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
intel: Enable GL_EXT_framebuffer_object for gles2
This commit is contained in:
parent
ec43b2eb45
commit
1c920c6176
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