Class WebGLActiveInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      WebGLActiveInfo()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getName()  
      abstract int getSize()  
      abstract int getType()  
      • Methods inherited from class java.lang.Object

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

      • WebGLActiveInfo

        public WebGLActiveInfo()
    • Method Detail

      • getSize

        public abstract int getSize()
      • getName

        public abstract java.lang.String getName()
      • getType

        public abstract int getType()