Skip to content

Commit

Permalink
Add export for builtin shader chunks (#303)
Browse files Browse the repository at this point in the history
* feat: add support for builtin shader chunks
  • Loading branch information
Sway007 authored Sep 12, 2024
1 parent 8024cc6 commit 5806605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shaderlab/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ export function registerShader() {

shaderRegistered = true;
}

/**
* @internal
*/
export { fragmentList };

0 comments on commit 5806605

Please sign in to comment.