Class DncLabelProgram


  • public class DncLabelProgram
    extends Object
    • Field Detail

      • dncLabelVertShader_GLSL

        public static final String dncLabelVertShader_GLSL
      • dncLabelGeomShader_GLSL

        public static final String dncLabelGeomShader_GLSL
      • dncLabelFragShader_GLSL

        public static final String dncLabelFragShader_GLSL
    • Constructor Detail

      • DncLabelProgram

        public DncLabelProgram()
    • Method Detail

      • handles

        public DncLabelProgram.DncLabelProgramHandles handles​(com.jogamp.opengl.GL2ES2 gl)
        Returns the raw GL handles for the shader program, uniforms, and attributes. Compiles and links the program, if necessary.
      • dispose

        public void dispose​(com.jogamp.opengl.GL2ES2 gl)
        Deletes the program, and resets this object to the way it was before 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.