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

L0002: Undeclared variable 'iTime' #166

Closed vavavr00m closed 1 year ago

vavavr00m commented 1 year ago

Examples: https://www.shadertoy.com/view/cl3XRX https://www.shadertoy.com/view/mtyGWy

markusfisch commented 1 year ago

In ShaderEditor, iTime is just time. Please check the available uniforms in the menu. Press the three dots in the upper right corner and tap on "Add uniform/texture".

Also, time is used in the Default shader already.