Class BaseIntShader.LocalSetter

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalSetter()  
    • Constructor Detail

      • LocalSetter

        public LocalSetter()
    • Method Detail

      • isGlobal

        public boolean isGlobal​(BaseIntShader shader,
                                int inputID)
        Specified by:
        isGlobal in interface BaseIntShader.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.