public class Program extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
name |
| Constructor and Description |
|---|
Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String shadersSrc) |
Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String vertSrc,
String fragSrc) |
Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String shadersSrc,
String[] replaceVertOld,
String[] replaceVertNew,
String[] replaceFragOld,
String[] replaceFragNew) |
Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String vertSrc,
String fragSrc,
String[] replaceVertOld,
String[] replaceVertNew,
String[] replaceFragOld,
String[] replaceFragNew) |
public Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String vertSrc,
String fragSrc)
public Program(com.jogamp.opengl.GL3 gl3,
String shadersRoot,
String shadersSrc,
String[] replaceVertOld,
String[] replaceVertNew,
String[] replaceFragOld,
String[] replaceFragNew)
Copyright © 2016 Java Graphics Society. All rights reserved.