Uses of Class
gzz.gfx.gl.GL.NonRenderableJavaObject

Packages that use GL.NonRenderableJavaObject
gzz.gfx.gl   
 

Uses of GL.NonRenderableJavaObject in gzz.gfx.gl
 

Subclasses of GL.NonRenderableJavaObject in gzz.gfx.gl
static class GL.ByteVector
          A vector of bytes stored in C++ space.
static class GL.DisplayList
          An OpenGL display list.
static class GL.Font
          A (mosaic-tiled) OpenGL font.
static class GL.Image
          A buffer on the C++ side, containing a single image.
static class GL.Program
          An OpenGL program object.
static class GL.RenderingSurface
           
static class GL.ShaderRect
          3D/2D shader image data, loaded into textures.
static class GL.TexRect
          A rectangular region of an image, loaded into a texture.
static class GL.Texture
          A texture object.
static class GL.Window
          An on-screen GLX window into which graphics can be drawn.