]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/module.h
Enable creation of SPIR-V modules from GLSL source code
[libs/gl.git] / source / core / module.h
index 4d819dacd5265bd83dc05077d0788698d93e7824..3492a5ded49b795ca37a808a9c8a403fed353d60 100644 (file)
@@ -203,6 +203,7 @@ public:
        void load_code(IO::Base &);
 private:
        virtual void compile(SL::Compiler &);
+       void reflect();
 
 public:
        const std::vector<UInt32> &get_code() const { return code; }