Compute shaders
Opened this issue · 2 comments
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.
Hi, thanks for your feedbacks.
-
Compute shaders is not existing in the original shader toy program iirc, but it's open to add such features in WgShadertoy as long as it makes sense. Could you please give some usage cases for compute shaders or describe how would you want to use them in WgShadertoy?
-
Currently you can copy/paste code from VSCode.
Ok, I will use the compute.toys that directly uses the compute shaders.