]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/features.h
Add a standalone GLSL compiler frontend
[libs/gl.git] / source / glsl / features.h
index 8f7a3e7c342eb69d12856c93f1f9af6ae017aaf4..8d32f8beefa35254a3d1cce8bb1b8c72b2e91979 100644 (file)
@@ -20,6 +20,7 @@ struct Features
        Features();
 
        static Features from_context();
+       static Features all();
 };
 
 } // namespace SL