X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirv.h;fp=source%2Fglsl%2Fspirv.h;h=1e7ec370d92249b073b2b53d2299d6b96460147a;hb=523491787b2b0321748a53f139c1a4355d2f9e85;hp=21f0ed5331c531c40455cdc5ae7d279f92ef1755;hpb=03b21dc33ad615efa26849323a2018dd989218c3;p=libs%2Fgl.git diff --git a/source/glsl/spirv.h b/source/glsl/spirv.h index 21f0ed53..1e7ec370 100644 --- a/source/glsl/spirv.h +++ b/source/glsl/spirv.h @@ -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 &);