Skip to content

Commit

Permalink
Merge pull request #4 from Clemapfel/video
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Nov 16, 2021
2 parents 8049a42 + 0e62f01 commit 56ad4ac
Show file tree
Hide file tree
Showing 102 changed files with 3,238 additions and 389 deletions.
1 change: 0 additions & 1 deletion .src/frequency_domain_filter_gpu.inl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace crisp
State::set_float(_program, "_cutoff_b", _cutoff_b);
State::set_float(_program, "_pass_factor", _pass_factor);
State::set_float(_program, "_reject_factor", _reject_factor);
State::set_vec<2>(_program, "_texture_size", _size);
State::set_vec<2>(_program, "_offset", _offset);
State::set_int(_program, "_order", _order);
State::bind_texture(_program, "_texture", tex);
Expand Down
Loading

0 comments on commit 56ad4ac

Please sign in to comment.