casey/pxl

Pass additional uniforms to shaders

Open

#50 opened on Jun 24, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (2 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (32 stars)
PR merge metrics
 (PR metrics pending)

Description

The following are passed to shaderotoy shaders, and might be a good place to start:

uniform vec3 iResolution;
uniform float iTime;
uniform float iTimeDelta;
uniform float iFrame;
uniform vec4 iMouse;
uniform vec4 iDate;

Contributor guide