|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.opengl.compositor.RenderQueue.GroupBatch.State
public static class RenderQueue.GroupBatch.State
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 |
|---|
protected float _depth
protected int[] _key
protected RenderQueue.Group.State _gstate
| Constructor Detail |
|---|
public RenderQueue.GroupBatch.State()
| Method Detail |
|---|
public void swap(RenderQueue.GroupBatch batch)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||