// Converts the bitmap to the current screen format, to ensure the blitting goes fast func (self *Bitmap) Convert() { C.al_convert_bitmap(self.handle) }
func (b *Bitmap) Convert() { C.al_convert_bitmap((*C.ALLEGRO_BITMAP)(unsafe.Pointer(b))) }