Package apple.scenekit.enums
Class SCNBufferFrequency
- java.lang.Object
-
- apple.scenekit.enums.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 Detail
-
Frame
public static final long Frame
- See Also:
- Constant Field Values
-
Node
public static final long Node
- See Also:
- Constant Field Values
-
Shadable
public static final long Shadable
SCNMaterial or SCNGeometry- See Also:
- Constant Field Values
-
-