| 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()
ShaderisCompiled in interface Shaderpublic ShaderType getShaderType()
getShaderType in interface Shaderpublic void dispose()
dispose in interface org.mini2Dx.gdx.utils.Disposable