Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

AndroidSurface constructor ignores format parameter #2

Closed rekola closed 8 years ago

rekola commented 8 years ago

The constructor for empty AndroidSurface ignores the format parameter. Bitmap.Config.ALPHA_8 should be used for LUM8 InternalFormat, Bitmap.Config.RGB_565 for RGB565, and Bitmap.Config.RGBA_8888 for everything else.