Explicitly call out global naure of ID_TO_TEXTURE map

This commit is contained in:
Grant Sanderson 2024-01-17 15:02:19 -06:00
parent 88672a21ff
commit 41ece958fd

View file

@ -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()