a few corrections in the java mode examples

This commit is contained in:
codeanticode
2012-09-05 23:47:44 +00:00
parent e67f0d653d
commit 3661d09ed3
5 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
uniform sampler2D textureSampler;
uniform sampler2D maskSampler;