SourceEnum TextureWrapMode
from egui import TextureWrapModeTextureWrapMode.ClampToEdge
TextureWrapMode.MirroredRepeat
TextureWrapMode.RepeatDefines how textures are wrapped around objects when texture coordinates fall outside the [0, 1] range.
from egui import TextureWrapModeTextureWrapMode.ClampToEdge
TextureWrapMode.MirroredRepeat
TextureWrapMode.RepeatDefines how textures are wrapped around objects when texture coordinates fall outside the [0, 1] range.
TextureWrapMode.ClampToEdge Enum value§TextureWrapMode.MirroredRepeat Enum value§TextureWrapMode.Repeat Enum value§def name(self, /) -> str§