fralonra / wgshadertoy

A WGSL playground inspired by Shadertoy.
MIT License
91 stars 6 forks source link

Compute shaders #6

Open mikeny07 opened 11 months ago

mikeny07 commented 11 months ago

Thank you for the excellent WGSL shader toy. Is it possible to use the compute shaders and storage buffers in WgShadertoy? Compute shaders are considered an advantage over OpenGL.

By the way, is it possible to directly use Visual Studio Code as the code editor in WgShadertoy? The code editor in WgShadertoy is very limited for code editing, whereas VS Code provides powerful features, such as IntelliSense code completion and WGSL extensions for Naga code validation, among others.

fralonra commented 11 months ago

Hi, thanks for your feedbacks.

mikeny07 commented 10 months ago

Ok, I will use the compute.toys that directly uses the compute shaders.