]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvwriter.h
Add generator ID for the SPIR-V compiler
[libs/gl.git] / source / glsl / spirvwriter.h
index 94f44e8883971299e73bc0649791f0a52ef6f3a5..fb5ec644d6ee68ee45f3460217f05135d20e5381 100644 (file)
@@ -64,7 +64,7 @@ public:
        bool has_current_block() const { return current_block_id; }
        void begin_function_body(Id);
        void end_function_body();
-       void finalize(Id);
+       void finalize(unsigned, Id);
 };
 
 } // namespace SL