Uses of Class
com.threerings.opengl.renderer.Batch

Packages that use Batch
com.threerings.opengl.compositor   
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.renderer   
 

Uses of Batch in com.threerings.opengl.compositor
 

Methods in com.threerings.opengl.compositor with parameters of type Batch
 void RenderQueue.add(Batch batch)
          Adds a batch to the queue at the default priority.
 void RenderQueue.add(Batch batch, int priority)
          Adds a batch to the queue with the specified priority.
 

Uses of Batch in com.threerings.opengl.compositor.config
 

Method parameters in com.threerings.opengl.compositor.config with type arguments of type Batch
 void RenderQueueConfig.SortMode.sort(List<Batch> batches)
          Sorts the supplied list of batches.
 

Uses of Batch in com.threerings.opengl.renderer
 

Subclasses of Batch in com.threerings.opengl.renderer
 class CompoundBatch
          A batch that renders a list of sub-batches in order.
 class SimpleBatch
          A batch that consists of a set of render states and a stateless draw command.
 

Methods in com.threerings.opengl.renderer that return Batch
 Batch Batch.clone()
           
 

Methods in com.threerings.opengl.renderer that return types with arguments of type Batch
 ArrayList<Batch> CompoundBatch.getBatches()
          Returns a reference to the list of batches to render in order.
 

Method parameters in com.threerings.opengl.renderer with type arguments of type Batch
 void Renderer.render(List<Batch> batches)
          Renders the provided list of batches.
 

Constructors in com.threerings.opengl.renderer with parameters of type Batch
CompoundBatch(Batch... batches)
          Creates a compound batch to render the specified batches.
 



Copyright © 2011. All Rights Reserved.