Updated to OpenGL examples in Java mode

This commit is contained in:
codeanticode
2012-07-29 00:41:34 +00:00
parent 905c143afc
commit 362e6bf811
8 changed files with 37 additions and 4 deletions
@@ -5,6 +5,11 @@
// explained in Paul Bourke's website:
// http://paulbourke.net/miscellaneous/domefisheye/fisheye/
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
uniform sampler2D textureSampler;
varying vec4 vertColor;
varying vec4 vertTexcoord;