Skip to content

Commit

Permalink
Added iAspect to the default included uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Nov 9, 2023
1 parent 6917d54 commit 796078a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default class Program {
uniform vec2 iResolution;
uniform float iTime;
uniform float iGlobalTime;
uniform float iAspect;
uniform int iFrame;
uniform vec4 iMouse;
Expand Down

0 comments on commit 796078a

Please sign in to comment.