stevensona / shader-toy

Shadertoy-like live preview for GLSL shaders in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=stevensona.shader-toy
MIT License
603 stars 51 forks source link

Feature request: GLSL ES 3.0 Support #144

Open MineCake147E opened 2 years ago

MineCake147E commented 2 years ago

GLSL ES 3.0 has many additional features.
The original ShaderToy does not support GLSL ES 3.0 either, but it would be great to add it to this wonderful extension.

Malacath-92 commented 1 year ago

It appears to me that WebGL 2.0 is compatible with GLSL ES 3.0 for the most part. Can you give me an example of what you are missing?