Uses of Class
com.threerings.opengl.renderer.SimpleBatch.DrawRangeElements

Packages that use SimpleBatch.DrawRangeElements
com.threerings.opengl.renderer   
 

Uses of SimpleBatch.DrawRangeElements in com.threerings.opengl.renderer
 

Subclasses of SimpleBatch.DrawRangeElements in com.threerings.opengl.renderer
static class SimpleBatch.DrawBufferRangeElements
          Draws the batch by calling GL12.glDrawRangeElements(int, int, int, java.nio.ByteBuffer) using the current buffer object.
static class SimpleBatch.DrawShortRangeElements
          Draws the batch by calling GL12.glDrawRangeElements(int, int, int, java.nio.ByteBuffer) using a short buffer.
 



Copyright © 2011. All Rights Reserved.