public final class ShaderLoader
extends Object
-
Field Summary 
Fields
-
Method Summary 
static com.badlogic.gdx.graphics.glutils.ShaderProgram
static com.badlogic.gdx.graphics.glutils.ShaderProgram
static com.badlogic.gdx.graphics.glutils.ShaderProgram
static com.badlogic.gdx.graphics.glutils.ShaderProgram
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details 
-
fromFile 
public static com.badlogic.gdx.graphics.glutils.ShaderProgram fromFile(String vertexFileName,
String fragmentFileName)
-
fromFile 
public static com.badlogic.gdx.graphics.glutils.ShaderProgram fromFile(String vertexFileName,
String fragmentFileName,
String defines)
-
fromString 
public static com.badlogic.gdx.graphics.glutils.ShaderProgram fromString(String vertex,
String fragment,
String vertexName,
String fragmentName)
-
fromString 
public static com.badlogic.gdx.graphics.glutils.ShaderProgram fromString(String vertex,
String fragment,
String vertexName,
String fragmentName,
String defines)