provide default uniforms a la shadertoy #5

Closed
opened 2020-04-16 14:53:56 +02:00 by norwin · 1 comment
Owner
uniform float iTime;
uniform vec2 iMouse;
uniform vec2 iResolution;
...

https://shadertoyunofficial.wordpress.com/2016/07/20/special-shadertoy-features/

``` uniform float iTime; uniform vec2 iMouse; uniform vec2 iResolution; ... ``` https://shadertoyunofficial.wordpress.com/2016/07/20/special-shadertoy-features/
Author
Owner

iTime, iTimeDelta, iResolution implemented in 6da3b73

iMouse is tricky, as the render window(s) are independent of the framebuffer that we render to..

`iTime`, `iTimeDelta`, `iResolution` implemented in 6da3b73 `iMouse` is tricky, as the render window(s) are independent of the framebuffer that we render to..
norwin added the
feature
label 2020-04-16 17:44:41 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: norwin/zig-glsl-view#5
No description provided.