diff --git a/manimlib/utils/shaders.py b/manimlib/utils/shaders.py index ec915b25..18b3d24e 100644 --- a/manimlib/utils/shaders.py +++ b/manimlib/utils/shaders.py @@ -21,6 +21,7 @@ if TYPE_CHECKING: from moderngl.framebuffer import Framebuffer +# Global maps updated as textures are allocated ID_TO_TEXTURE: dict[int, moderngl.Texture] = dict() PROGRAM_UNIFORM_MIRRORS: dict[int, dict[str, float | tuple]] = dict()