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
+0
-5
src/main.zig
less
more
125
125
last_stat = stat;
126
126
}
127
127
128
if (try cache.get("offset\x00")) |offset| {
129
offset.value.FLOAT += 0.01;
130
offset.setShaderValue(main_program);
131
}
132
133
128
control.update();
134
129
135
130
fbo.bind();