UNPKG
wesl-ext-typegpu
Version:
alpha (0.1.0-alpha.2)
latest (0.1.0-alpha.1)
0.1.0-alpha.2
0.1.0-alpha.1
A WESL extension that enables reflection of WESL code into JS through TypeGPU definitions.
wesl-ext-typegpu
/
dist
/
index.d.ts
4 lines
(2 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
declare
function
weslExtensionTypeGPU
(
):
void
;
export
= weslExtensionTypeGPU;