]> 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 f8be0131462d1aded0bc16dc29b857e9a6131d92..8aee02caa64daf63bef8aa926bcb74c33fb50569 100644 (file)
@@ -25,7 +25,6 @@ struct Features
 
        Features();
 
-       static Features from_context();
        static Features from_version(const Version &);
        static Features latest();
 };