Definition at line 38 of file GLSLSimpleProgram.java.
◆ create()
| static GLSLSimpleProgram com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.create |
( |
final GL2ES2 |
gl, |
|
|
final String |
vertShaderCode, |
|
|
final String |
fragShaderCode, |
|
|
final boolean |
link |
|
) |
| |
|
static |
◆ getFragShader()
| int com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.getFragShader |
( |
| ) |
|
◆ getShaderProgram()
| int com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.getShaderProgram |
( |
| ) |
|
◆ getVertShader()
| int com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.getVertShader |
( |
| ) |
|
◆ isValid()
| boolean com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.isValid |
( |
| ) |
|
◆ release()
| void com.jogamp.opengl.test.junit.util.GLSLSimpleProgram.release |
( |
final GL2ES2 |
gl | ) |
|
The documentation for this class was generated from the following file: