Skip to content

Commit

Permalink
Merge branch 'master' of github.com:patriciogonzalezvivo/glslViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciogonzalezvivo committed Feb 21, 2017
2 parents 60491ad + beda196 commit 69d4868
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/mandelbrot.frag
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef GL_ES
precision mediump float;
#endif

// Demo of pan and zoom using left-mouse-button drag and scroll-wheel.

uniform mat3 u_view2d;
Expand Down
4 changes: 4 additions & 0 deletions examples/platform.frag
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef GL_ES
precision mediump float;
#endif

void main (void) {
gl_FragColor = vec4(1.0);
#ifdef PLATFORM_OSX
Expand Down

0 comments on commit 69d4868

Please sign in to comment.