Class ShaderProgram

  • java.lang.Object
    • com.aspose.threed.ShaderProgram
  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public abstract class ShaderProgram
    extends java.lang.Object
    implements java.io.Closeable
    The shader program
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Dispose the shader and release all internal resources.
      • Methods inherited from class java.lang.Object

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

      • close

        public void close()
        Dispose the shader and release all internal resources.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable