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.mjs
6 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
function
weslExtensionTypeGPU
(
) {
console
.
log
(
"Bruh"
); }
export
{ weslExtensionTypeGPU
as
default
};