Interface BaseShader.Setter

    • Method Detail

      • isGlobal

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