Skip to content

Commit

Permalink
v.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foo123 committed Aug 17, 2023
1 parent 71608c0 commit 99ed3f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* FILTER.js
* @version: 1.6.0
* @built on 2023-08-17 10:55:43
* @built on 2023-08-17 11:00:16
* @dependencies: Asynchronous.js
*
* JavaScript Image Processing Library
Expand All @@ -12,7 +12,7 @@
*
* FILTER.js
* @version: 1.6.0
* @built on 2023-08-17 10:55:43
* @built on 2023-08-17 11:00:16
* @dependencies: Asynchronous.js
*
* JavaScript Image Processing Library
Expand Down Expand Up @@ -3755,7 +3755,7 @@ GLSL.run = function(img, glsls, im, w, h, metaData) {
pos, uv, src, dst, prev = [null, null],
buf0, buf1, buf = [null, null],
program, cache, im0, t,
canRun, isContextLost, cleanUp, lost
canRun, isContextLost, cleanUp, lost,
first = -1, last = -1,
fromshader = false, flipY = false;
if (!gl) return;
Expand Down
4 changes: 2 additions & 2 deletions build/filter.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/util/glsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ GLSL.run = function(img, glsls, im, w, h, metaData) {
pos, uv, src, dst, prev = [null, null],
buf0, buf1, buf = [null, null],
program, cache, im0, t,
canRun, isContextLost, cleanUp, lost
canRun, isContextLost, cleanUp, lost,
first = -1, last = -1,
fromshader = false, flipY = false;
if (!gl) return;
Expand Down

0 comments on commit 99ed3f0

Please sign in to comment.