Skip to content

Commit

Permalink
Merge 5031a58 into d8abe1f
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jul 18, 2019
2 parents d8abe1f + 5031a58 commit 257ec94
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modules/effects/src/index.js
Expand Up @@ -25,6 +25,9 @@ export {default as ink} from './shader-modules/fun-filters/ink';
export {default as bulgePinch} from './shader-modules/warp-filters/bulgepinch';
export {default as swirl} from './shader-modules/warp-filters/swirl';

// Postprocessing
export {default as fxaa} from './shader-modules/fxaa/fxaa';

// experimental shader modules and passes
export {default as _depth} from './experimental/shader-modules/depth';
export {default as _convolution} from './experimental/shader-modules/convolution';
Expand Down

0 comments on commit 257ec94

Please sign in to comment.