android sync

This commit is contained in:
codeanticode
2012-06-13 20:49:36 +00:00
parent b2515427b4
commit 4fe8a954e0
4 changed files with 190 additions and 87 deletions

View File

@@ -24,6 +24,7 @@
package processing.opengl;
import processing.core.*;
import java.io.IOException;
import java.net.URL;
@@ -33,7 +34,7 @@ import java.net.URL;
* (http://www.hardcorepawn.com/)
*/
public class PShader {
// shaders constants
// shaders constants
static public final int FLAT = 0;
static public final int LIT = 1;
static public final int TEXTURED = 2;