com.jme.scene.state.lwjgl.records
Class StippleStateRecord

java.lang.Object
  extended by com.jme.scene.state.StateRecord
      extended by com.jme.scene.state.lwjgl.records.StippleStateRecord

public class StippleStateRecord
extends StateRecord

StateRecord for StippleState

Author:
Christoph Luder

Field Summary
 boolean enabled
           
 java.nio.ByteBuffer stippleMask
           
 
Fields inherited from class com.jme.scene.state.StateRecord
valid
 
Constructor Summary
StippleStateRecord()
           
 
Method Summary
 void invalidate()
          Invalidate this record - iow, we don't trust this record's information about the opengl state machine.
 
Methods inherited from class com.jme.scene.state.StateRecord
isValid, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public boolean enabled

stippleMask

public java.nio.ByteBuffer stippleMask
Constructor Detail

StippleStateRecord

public StippleStateRecord()
Method Detail

invalidate

public void invalidate()
Description copied from class: StateRecord
Invalidate this record - iow, we don't trust this record's information about the opengl state machine.

Overrides:
invalidate in class StateRecord