|
|
|
@ -108,6 +108,7 @@ enum features_id |
|
|
|
|
feat_barrier, |
|
|
|
|
feat_bind_vertex_buffers, |
|
|
|
|
feat_bit_encoding, |
|
|
|
|
feat_blend_equation_advanced, |
|
|
|
|
feat_clear_texture, |
|
|
|
|
feat_clip_control, |
|
|
|
|
feat_compute_shader, |
|
|
|
@ -203,6 +204,7 @@ static const struct { |
|
|
|
|
FEAT(barrier, 42, 31, NULL), |
|
|
|
|
FEAT(bind_vertex_buffers, 44, UNAVAIL, NULL), |
|
|
|
|
FEAT(bit_encoding, 33, UNAVAIL, "GL_ARB_shader_bit_encoding" ), |
|
|
|
|
FEAT(blend_equation_advanced, UNAVAIL, 32, "GL_KHR_blend_equation_advanced" ), |
|
|
|
|
FEAT(clear_texture, 44, UNAVAIL, "GL_ARB_clear_texture", "GL_EXT_clear_texture"), |
|
|
|
|
FEAT(clip_control, 45, UNAVAIL, "GL_ARB_clip_control", "GL_EXT_clip_control"), |
|
|
|
|
FEAT(compute_shader, 43, 31, "GL_ARB_compute_shader" ), |
|
|
|
|