Modifier and Type | Field and Description |
---|---|
com.badlogic.gdx.graphics.glutils.ShaderProgram |
shaderProgram |
Constructor and Description |
---|
LibgdxShader(com.badlogic.gdx.graphics.glutils.ShaderProgram shaderProgram) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
java.lang.String |
getLog() |
ShaderType |
getShaderType() |
boolean |
isCompiled()
Returns if this shader compiled successfully
|
public final com.badlogic.gdx.graphics.glutils.ShaderProgram shaderProgram
public LibgdxShader(com.badlogic.gdx.graphics.glutils.ShaderProgram shaderProgram)
public boolean isCompiled()
Shader
isCompiled
in interface Shader
public ShaderType getShaderType()
getShaderType
in interface Shader
public void dispose()
dispose
in interface org.mini2Dx.gdx.utils.Disposable