mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
a few corrections in the java mode examples
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#ifdef GL_ES
|
||||
precision mediump float;
|
||||
precision mediump int;
|
||||
#endif
|
||||
|
||||
uniform sampler2D textureSampler;
|
||||
uniform sampler2D maskSampler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user