Class BaseShader.LocalSetter

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalSetter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isGlobal​(BaseShader shader, int inputID)  
      • Methods inherited from class java.lang.Object

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

      • LocalSetter

        public LocalSetter()
    • Method Detail

      • isGlobal

        public boolean isGlobal​(BaseShader shader,
                                int inputID)
        Specified by:
        isGlobal in interface BaseShader.Setter
        Returns:
        True if the uniform only has to be set once per render call, false if the uniform must be set for each renderable.