X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;fp=source%2Fglsl%2Ffeatures.h;h=ca74d38abd3d2a2927420589f21af83ac21ea5b6;hb=e6077f9f25b794c174e1017c2c0763e77a6fddda;hp=8aee02caa64daf63bef8aa926bcb74c33fb50569;hpb=8e553af57b712051f47293c971671f4f6a939be2;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index 8aee02ca..ca74d38a 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -1,7 +1,7 @@ #ifndef MSP_GL_SL_FEATURES_H_ #define MSP_GL_SL_FEATURES_H_ -#include +#include namespace Msp { namespace GL { @@ -9,7 +9,7 @@ namespace SL { struct Features { - GLApi gl_api; + GraphicsApi target_api; Version glsl_version; bool arb_enhanced_layouts; bool arb_explicit_attrib_location;