diff --git a/src/vrend_renderer.c b/src/vrend_renderer.c index 8a82ab4..33fc9a5 100644 --- a/src/vrend_renderer.c +++ b/src/vrend_renderer.c @@ -177,7 +177,7 @@ static const struct { [feat_gpu_shader5] = { 40, 32, {"GL_ARB_gpu_shader5", "GL_EXT_gpu_shader5", "GL_OES_gpu_shader5" } }, [feat_images] = { 42, 31, { "GL_ARB_shader_image_load_store" } }, [feat_indep_blend] = { 30, 32, { "GL_EXT_draw_buffers2" } }, - [feat_indep_blend_func] = { 40, UNAVAIL, { "GL_ARB_draw_buffers_blend" } }, + [feat_indep_blend_func] = { 40, 32, { "GL_ARB_draw_buffers_blend" } }, [feat_indirect_draw] = { 40, 31, { "GL_ARB_draw_indirect" } }, [feat_mesa_invert] = { UNAVAIL, UNAVAIL, { "GL_MESA_pack_invert" } }, [feat_ms_scaled_blit] = { UNAVAIL, UNAVAIL, { "GL_EXT_framebuffer_multisample_blit_scaled" } },