1 #ifndef MSP_GL_SL_FEATURES_H_
2 #define MSP_GL_SL_FEATURES_H_
4 #include <msp/gl/extension.h>
14 bool arb_explicit_attrib_location;
16 bool arb_uniform_buffer_object;
18 bool ext_texture_array;
22 static Features from_context();
23 static Features all();