X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foptimize.h;h=75fffa13bb4fcaf6527d56ab676a7b88553cb8c5;hb=fea5f2abec9b8e971d8467804f379cfcd81e9ff7;hp=82fc78cc546e562b5c77ea096112ae2ec59fab38;hpb=31f76e306f8e01884fa464ac6e09e8b48af5f79b;p=libs%2Fgl.git 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 &);