clean things up for PShader API

This commit is contained in:
benfry
2012-07-21 21:43:23 +00:00
parent d533f5db9c
commit bc61904227
10 changed files with 2639 additions and 2633 deletions

View File

@@ -29,6 +29,7 @@ import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
/**
* This class encapsulates a GLSL shader program, including a vertex
* and a fragment shader. Originally based in the code by JohnG