]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/features.h
Store GLSL features in DeviceInfo
[libs/gl.git] / source / glsl / features.h
index 31825c028e47f7400cba36b7c1a9eb19690c9215..8aee02caa64daf63bef8aa926bcb74c33fb50569 100644 (file)
@@ -25,8 +25,8 @@ struct Features
 
        Features();
 
-       static Features from_context();
-       static Features all();
+       static Features from_version(const Version &);
+       static Features latest();
 };
 
 } // namespace SL