#version 450 #include "glu_head.comp" float op(float a, float b) { return max(a, 0.0f) * b; } #include "glu_main.comp"