Modifier and Type | Field and Description |
---|---|
Color |
color |
boolean |
enableDepthTest |
BasicShaderProgram |
program |
Texture |
texture |
Matrix4 |
unitSquareTransform |
Constructor and Description |
---|
DrawableScreenTexture() |
Modifier and Type | Method and Description |
---|---|
void |
draw(DrawContext dc) |
static DrawableScreenTexture |
obtain(Pool<DrawableScreenTexture> pool) |
void |
recycle() |
public BasicShaderProgram program
public Matrix4 unitSquareTransform
public Color color
public Texture texture
public boolean enableDepthTest
public static DrawableScreenTexture obtain(Pool<DrawableScreenTexture> pool)
public void draw(DrawContext dc)