Class SCNBufferFrequency


  • public final class SCNBufferFrequency
    extends java.lang.Object
    [@enum] SCNBufferFrequency The frequency at which the custom program input should be updated. When the frequency is set to SCNBufferFrequencyPerFrame, the binding block is invoked once per frame. When the frequency is set to SCNBufferFrequencyPerNode, the binding block is invoked once per SCNNode. When the frequency is set to SCNBufferFrequencyPerShadable, the binding block is invoked once per SCNMaterial or SCNGeometry (depending on the object that owns the SCNProgram).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Frame  
      static long Node  
      static long Shadable
      SCNMaterial or SCNGeometry
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait