fralonra / wgshadertoy

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

Compute shaders #6

Open mikeny07 opened 1 year ago

mikeny07 commented 1 year 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 1 year ago

Hi, thanks for your feedbacks.

mikeny07 commented 1 year ago

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