X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdeviceinfo.h;h=8550d85ff75f35061e5c5c8c7f7dbe371d2c24b2;hb=f501ffe2862fd8b4c5793542190e8e0a0d8de667;hp=6f20854409a52439031546993ba14b1ae3b58ec3;hpb=009918e76dda88b0cb68fdaa20c63d6e952af260;p=libs%2Fgl.git diff --git a/source/core/deviceinfo.h b/source/core/deviceinfo.h index 6f208544..8550d85f 100644 --- a/source/core/deviceinfo.h +++ b/source/core/deviceinfo.h @@ -1,6 +1,8 @@ #ifndef MSP_GL_DEVICEINFO_H_ #define MSP_GL_DEVICEINFO_H_ +#include "glsl/features.h" + namespace Msp { namespace GL { @@ -20,6 +22,7 @@ struct Limits struct DeviceInfo { Limits limits; + SL::Features glsl_features; DeviceInfo();