X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=8d96cc4270b5b1566f75e37f26e1e35fa04c0352;hp=4f2080ab9c59afb8c8b6018aed6cac2d60c40d09;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index 4f2080ab..8d96cc42 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -157,7 +157,7 @@ string Compiler::get_stage_glsl(Stage::Type stage_type) const throw key_error(Stage::get_stage_name(stage_type)); } -vector Compiler::get_combined_spirv() const +vector Compiler::get_combined_spirv() const { if(!compiled) throw invalid_operation("Compiler::get_combined_spirv");