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

Packages that use GL.ByteVector
gzz.gfx.gl   
 

Uses of GL.ByteVector in gzz.gfx.gl
 

Methods in gzz.gfx.gl that return GL.ByteVector
static GL.ByteVector GL.createByteVector()
          Create a new bytevector of size 0.
static GL.ByteVector GL.createByteVector(int size)
          Create a new bytevector of the given size.
 

Methods in gzz.gfx.gl with parameters of type GL.ByteVector
static GLRen.DrawPixels GLRen.createDrawPixels(int w, int h, java.lang.String format, java.lang.String type, GL.ByteVector bytes)
           
static GLRen.ReadPixels GLRen.createReadPixels(int w, int h, java.lang.String format, java.lang.String type, GL.ByteVector bytes)
           
static GLRen.TexSubImage2D GLRen.createTexSubImage2D(java.lang.String target, int level, int x, int y, int w, int h, java.lang.String format, java.lang.String type, GL.ByteVector bytes)
           
static GLRen.LABColorMap GLRen.createLABColorMap(GL.ByteVector pixels, int size)
           
static GLRen.VertexAttribPointer GLRen.createVertexAttribPointer(GL.ByteVector vec, int offset, int index, int size, java.lang.String type, int normalized, int stride)