mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Explicitly call out global naure of ID_TO_TEXTURE map
This commit is contained in:
parent
88672a21ff
commit
41ece958fd
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue