Skip to content

Commit

Permalink
opengl: also load ARB_program_interface_query
Browse files Browse the repository at this point in the history
Needed to load gl->GetProgramResourceIndex on GL <4.3.

Fixes: https://code.videolan.org/videolan/libplacebo/-/issues/246
  • Loading branch information
haasn committed Feb 8, 2023
1 parent 72b2c02 commit 135e8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opengl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if opengl_build.allowed()
'GL_ARB_get_program_binary',
'GL_ARB_invalidate_subdata',
'GL_ARB_pixel_buffer_object',
'GL_ARB_program_interface_query',
'GL_ARB_shader_image_load_store',
'GL_ARB_shader_storage_buffer_object',
'GL_ARB_sync',
Expand Down

0 comments on commit 135e8f9

Please sign in to comment.