Class ReleaseFunctionProgram

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReleaseFunctionProgram
    extends ReleaseFunction
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReleaseFunctionProgram​(Renderer kRenderer)
      Create a ReleaseFunctionVertex, store the Renderer to access the Renderer.ReleaseVProgram function call.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void Release​(Bindable kBindable)
      Call the Renderer.ReleaseVProgram function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReleaseFunctionProgram

        public ReleaseFunctionProgram​(Renderer kRenderer)
        Create a ReleaseFunctionVertex, store the Renderer to access the Renderer.ReleaseVProgram function call.
        Parameters:
        kRenderer - Renderer for calling the Renderer.ReleaseVProgram function.
    • Method Detail

      • Release

        public final void Release​(Bindable kBindable)
        Call the Renderer.ReleaseVProgram function.
        Specified by:
        Release in class ReleaseFunction
        Parameters:
        kBindable - parameter to ReleaseVProgram.