UNPKG

wesl-ext-typegpu

Version:

A WESL extension that enables reflection of WESL code into JS through TypeGPU definitions.

6 lines (4 loc) 104 B
function weslExtensionTypeGPU() { console.log("Bruh"); } export { weslExtensionTypeGPU as default };