Skip to content

Commit

Permalink
export the API
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Jul 18, 2019
1 parent 5033c67 commit 7e82da3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/shadertools/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ import MODULAR_VS from './shaders/modular-vertex.glsl';
import MODULAR_FS from './shaders/modular-fragment.glsl';

// DOCUMENTED APIS
export {registerShaderModules, setDefaultShaderModules} from './lib/resolve-modules';
export {
registerShaderModules,
setDefaultShaderModules,
getDefaultShaderModules
} from './lib/resolve-modules';
export {assembleShaders, createShaderHook, createModuleInjection} from './lib/assemble-shaders';

// HELPERS
Expand Down

0 comments on commit 7e82da3

Please sign in to comment.