Skip to content

Commit

Permalink
fix(shader-ast-stdlib): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 13, 2019
1 parent 7c187a4 commit 188309a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shader-ast-stdlib/src/tex/blur.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ import {
div,
mul,
ret,
Sampler2DSym,
sub,
sym,
texture,
vec2,
Vec2Sym,
Vec4Sym
} from "@thi.ng/shader-ast";
import { Sampler2DSym, Vec2Sym } from "@thi.ng/shader-ast/api";

/**
* Inline function. Computes single blur step for given +/- offset &
Expand Down

0 comments on commit 188309a

Please sign in to comment.