Class ReleaseFunctionTexture

  • All Implemented Interfaces:
    java.io.Serializable

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

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

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

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

      • ReleaseFunctionTexture

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

      • Release

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