Package hmi.graphics.gen

The HmiGraphivs gen package contains code for generation of the opengl binding interface, i.e. the hmi.graphics.opengl.GLBinding file, and two implementations of this interface, for jogl and for lwjgl, in hmi.graphics.jogl.JOGLContext.java, and hmi.graphics.lwjgl.LWJGLContext.java

See:
          Description

Class Summary
GenGLBinding Generates the hmi.graphics.opengl GLBinding.java file
GenJOGLContext Generates the JOGL binding that should implement the methods from GLBinding.java.
GenLWJGLContext Generates the JOGL binding that should implement the methods from GLBinding.java.
 

Package hmi.graphics.gen Description

The HmiGraphivs gen package contains code for generation of the opengl binding interface, i.e. the hmi.graphics.opengl.GLBinding file, and two implementations of this interface, for jogl and for lwjgl, in hmi.graphics.jogl.JOGLContext.java, and hmi.graphics.lwjgl.LWJGLContext.java