markusfisch / ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper
https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor
MIT License
924 stars 137 forks source link

Fragment shader-only? #207

Closed GuythatUhmCreatesRandomStuff closed 2 months ago

GuythatUhmCreatesRandomStuff commented 2 months ago

While trying to use Vertex shaders, a came upon that gl_Position doesnt exist. Many problems with this associate with compiling the vertex shader as a fragment shader. Is this the case here?

markusfisch commented 2 months ago

Yes, this app is all about the fragment shader currently. Editing the vertex shader isn't supported yet.