Class VertexProgramStateRecord

java.lang.Object
com.ardor3d.renderer.state.record.StateRecord
com.ardor3d.renderer.state.record.VertexProgramStateRecord

public class VertexProgramStateRecord extends StateRecord
  • Constructor Details

    • VertexProgramStateRecord

      public VertexProgramStateRecord()
  • Method Details

    • getReference

      public VertexProgramState getReference()
    • setReference

      public void setReference(VertexProgramState reference)
    • 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