X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirv.h;fp=source%2Fglsl%2Fspirv.h;h=a83478b0fb6d370d621864aa300ed8fcf4c8f1bd;hb=0585e361d8714ac4efc3ae3e1d5c8c9aa8841c34;hp=addf8970315c5fb68e6d05d31c55c9b467ebf6c5;hpb=92ad161ed948637c235e198510136f0dace2ca3e;p=libs%2Fgl.git diff --git a/source/glsl/spirv.h b/source/glsl/spirv.h index addf8970..a83478b0 100644 --- a/source/glsl/spirv.h +++ b/source/glsl/spirv.h @@ -124,7 +124,7 @@ private: Id get_vector_constant_id(Id, unsigned, Id); Id get_standard_type_id(BasicTypeDeclaration::Kind, unsigned, bool = true); bool is_scalar_type(Id, BasicTypeDeclaration::Kind) const; - Id get_array_type_id(TypeDeclaration &, unsigned); + Id get_array_type_id(TypeDeclaration &, Id, bool); Id get_pointer_type_id(Id, StorageClass); Id get_variable_type_id(const VariableDeclaration &); Id get_load_id(VariableDeclaration &);