namespace AmplifyImpostors { public enum TextureCompression { None = 0, Normal = 1, High = 2, Low = 3 } }