arjun
About
Notes
Code
Gists
pathtracer
webgpu-based path tracer
Info
Files
Logs
Refs
types.d.ts
79 B
1
declare
module
"*.wgsl"
{
2
const
shader
:
"string"
;
3
export
default
shader
;
4
}