Class ShaderVariable

  • java.lang.Object
    • com.aspose.threed.ShaderVariable

  • public class ShaderVariable
    extends java.lang.Object
    Shader variable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of this variable
      • Methods inherited from class java.lang.Object

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

      • ShaderVariable

        public ShaderVariable​(java.lang.String name)
        Constructor of ShaderVariable
        Parameters:
        name -
      • ShaderVariable

        public ShaderVariable​(java.lang.String name,
                              int shaderStage)
        Constructor of ShaderVariable
        Parameters:
        name -
        shaderStage - Which shader stage will this variable be used
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of this variable