X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Foptimize.h;h=75fffa13bb4fcaf6527d56ab676a7b88553cb8c5;hp=82fc78cc546e562b5c77ea096112ae2ec59fab38;hb=1420854eb3827b8229bae2c2c6cebdd34a320f13;hpb=76cc18518fc8b0b4fa11fda153e7d9b3899ed112 diff --git a/source/glsl/optimize.h b/source/glsl/optimize.h index 82fc78cc..75fffa13 100644 --- a/source/glsl/optimize.h +++ b/source/glsl/optimize.h @@ -262,7 +262,7 @@ private: bool r_external_side_effects = false; public: - void apply(Stage &); + bool apply(Stage &); private: ConstantStatus check_constant_condition(const Expression &);