git.s-ol.nu glsl-view / 28145c6
remove hardcoded offset uniform s-ol 3 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
125125 last_stat = stat;
126126 }
127127
128 if (try cache.get("offset\x00")) |offset| {
129 offset.value.FLOAT += 0.01;
130 offset.setShaderValue(main_program);
131 }
132
133128 control.update();
134129
135130 fbo.bind();