recalculating size ratio every frame for now... callbacks too complicated

This commit is contained in:
DaniTheSkunk 2022-12-13 09:33:26 +00:00
parent 0323799a85
commit ca38735484
1 changed files with 3 additions and 0 deletions

View File

@ -23,7 +23,10 @@ public abstract class Filter {
}
public void apply() {
//shouldn't be calculating size ratio every frame,
//but getting all the callbacks right is hard
calcSizeRatio();
output.bind();
input.bindTexture();
program.use();