Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute shaders #6

Open
mikeny07 opened this issue Sep 20, 2023 · 2 comments
Open

Compute shaders #6

mikeny07 opened this issue Sep 20, 2023 · 2 comments

Comments

@mikeny07
Copy link

mikeny07 commented Sep 20, 2023

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
Copy link
Owner

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.

@mikeny07
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants