namespace AmplifyImpostors { public enum TextureScale { Full = 1, Half = 2, Quarter = 4, Eighth = 8 } }