casey/pxl

Pass additional uniforms to shaders

Open

#50 opened on 2018年6月24日

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)

説明

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;

コントリビューターガイド