public class GLSLTextureRaster
extends java.lang.Object
Constructor and Description |
---|
GLSLTextureRaster(int textureUnit,
boolean textureVertFlipped) |
Modifier and Type | Method and Description |
---|---|
void |
display(com.jogamp.opengl.GL2ES2 gl) |
void |
dispose(com.jogamp.opengl.GL2ES2 gl) |
int |
getTextureUnit() |
void |
init(com.jogamp.opengl.GL2ES2 gl) |
void |
reshape(com.jogamp.opengl.GL2ES2 gl,
int x,
int y,
int width,
int height) |
public GLSLTextureRaster(int textureUnit, boolean textureVertFlipped)
public int getTextureUnit()
public void init(com.jogamp.opengl.GL2ES2 gl)
public void reshape(com.jogamp.opengl.GL2ES2 gl, int x, int y, int width, int height)
public void dispose(com.jogamp.opengl.GL2ES2 gl)
public void display(com.jogamp.opengl.GL2ES2 gl)