public class GLHSVShader
extends java.lang.Object
Constructor and Description |
---|
GLHSVShader() |
Modifier and Type | Method and Description |
---|---|
static long |
createShaderProgram(com.jogamp.opengl.GL2 gl) |
static long |
getShaderProgram(com.jogamp.opengl.GL2 gl) |
static int |
getStatus(com.jogamp.opengl.GL2 gl,
long prog,
int type) |
static void |
printInfoLog(com.jogamp.opengl.GL2 gl,
long shader) |
public static void printInfoLog(com.jogamp.opengl.GL2 gl, long shader)
public static int getStatus(com.jogamp.opengl.GL2 gl, long prog, int type)
public static long createShaderProgram(com.jogamp.opengl.GL2 gl)
public static long getShaderProgram(com.jogamp.opengl.GL2 gl)