Skip to content

Commit

Permalink
stereoblit fragColor to vec4
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Eyssen committed Jan 20, 2014
1 parent 744f1d8 commit e25982f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/stereoblit.frag
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ uniform vec2 lensCenter;

in vec2 f_viewportC;

out vec3 fragColor;
out vec4 fragColor;


vec2 HmdWarp(vec2 linear) {
Expand Down
2 changes: 1 addition & 1 deletion lib/glow

0 comments on commit e25982f

Please sign in to comment.