namespace Oni.Imaging { internal enum SurfaceFormat { BGRA4444, BGRX5551, BGRA5551, BGR565, BGRX, BGRA, RGBX, RGBA, DXT1 } }