mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Explicitly call out global naure of ID_TO_TEXTURE map
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user