UNPKG
@threeify/shader-transpiler
Version:
latest (2.0.7)
2.0.7
A glsl to JS module transpiler.
github.com/threeify/threeify
threeify/threeify
@threeify/shader-transpiler
/
dist
/
transpiler.d.ts
2 lines
•
164 B
TypeScript
View Raw
1
2
export
declare
function
glslToJavaScriptTranspiler
(
sourceFileName
:
string
,
outputFileName
:
string
,
options
:
any
):
string
[];
//# sourceMappingURL=transpiler.d.ts.map