public class DncLabelProgram extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DncLabelProgram.DncLabelProgramHandles |
| Modifier and Type | Field and Description |
|---|---|
static String |
dncLabelFragShader_GLSL |
static String |
dncLabelGeomShader_GLSL |
static String |
dncLabelVertShader_GLSL |
| Constructor and Description |
|---|
DncLabelProgram() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(javax.media.opengl.GL2ES2 gl)
Deletes the program, and resets this object to the way it was before
handles(GL2ES2)
was first called. |
DncLabelProgram.DncLabelProgramHandles |
handles(javax.media.opengl.GL2ES2 gl)
Returns the raw GL handles for the shader program, uniforms, and attributes.
|
public static final String dncLabelVertShader_GLSL
public static final String dncLabelGeomShader_GLSL
public static final String dncLabelFragShader_GLSL
public DncLabelProgram.DncLabelProgramHandles handles(javax.media.opengl.GL2ES2 gl)
public void dispose(javax.media.opengl.GL2ES2 gl)
handles(GL2ES2)
was first called.
This object can be safely reused after being disposed, but in most cases there is no significant advantage to doing so.
Copyright © 2018 Metron, Inc.. All rights reserved.