SourceClass TexturesDelta
from egui import TexturesDeltaclass TexturesDelta:What has been allocated and freed during the last period.
These are commands given to the integration painter.
from egui import TexturesDeltaclass TexturesDelta:What has been allocated and freed during the last period.
These are commands given to the integration painter.
@property
def free(self, /) -> list[TextureId]§@free.setter
def free(self, /, free: Sequence[TextureId]) -> None§@property
def set(self, /) -> list[tuple[TextureId, ImageDelta]]§@set.setter
def set(self, /, set: Sequence[tuple[TextureId, ImageDelta]]) -> None§def append(self, /, newer: TexturesDelta) -> None§def clear(self, /) -> None§@staticmethod
def default() -> TexturesDelta§def is_empty(self, /) -> bool§