com.threerings.opengl.compositor
Class RenderQueue.GroupBatch.State

java.lang.Object
  extended by com.threerings.opengl.compositor.RenderQueue.GroupBatch.State
Enclosing class:
RenderQueue.GroupBatch

public static class RenderQueue.GroupBatch.State
extends Object

Represents the saved state of a batch.


Field Summary
protected  float _depth
          The saved depth.
protected  RenderQueue.Group.State _gstate
          The saved group state.
protected  int[] _key
          The saved key.
 
Constructor Summary
RenderQueue.GroupBatch.State()
           
 
Method Summary
 void swap(RenderQueue.GroupBatch batch)
          Swaps this state with the of the specified batch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_depth

protected float _depth
The saved depth.


_key

protected int[] _key
The saved key.


_gstate

protected RenderQueue.Group.State _gstate
The saved group state.

Constructor Detail

RenderQueue.GroupBatch.State

public RenderQueue.GroupBatch.State()
Method Detail

swap

public void swap(RenderQueue.GroupBatch batch)
Swaps this state with the of the specified batch.