orillusion-webgpu-samples icon indicating copy to clipboard operation
orillusion-webgpu-samples copied to clipboard

Basic WebGPU samples from Orillusion

Results 2 orillusion-webgpu-samples issues
Sort by recently updated
recently updated
newest added

This PR changes '@stage(xxx)' to '@xxx' in vertex/fragment/compute shaders. The latest chrome canary prints warning of the deprecated keyword 'stage', FYI.

I'm using the examples to learn webgpu. One observation is that if i change vite to host on non-localhost via 'vite --host 0.0.0.0', webgpu support is lost when i use...