]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/deviceinfo.h
Store GLSL features in DeviceInfo
[libs/gl.git] / source / core / deviceinfo.h
index 6f20854409a52439031546993ba14b1ae3b58ec3..8550d85ff75f35061e5c5c8c7f7dbe371d2c24b2 100644 (file)
@@ -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();