]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirv.h
Move some type information functions to glsl/reflect.cpp
[libs/gl.git] / source / glsl / spirv.h
index 21f0ed5331c531c40455cdc5ae7d279f92ef1755..1e7ec370d92249b073b2b53d2299d6b96460147a 100644 (file)
@@ -127,7 +127,6 @@ private:
        Id write_expression(Opcode, Id, Id, Id);
        void write_deconstruct(Id, Id, Id *, unsigned);
        Id write_construct(Id, const Id *, unsigned);
-       static BasicTypeDeclaration &get_element_type(BasicTypeDeclaration &);
 
        virtual void visit(Block &);
        virtual void visit(Literal &);