示例#1
0
文件: bitmap.go 项目: beoran/algo
// Converts the bitmap to the current screen format, to ensure the blitting goes fast
func (self *Bitmap) Convert() {
	C.al_convert_bitmap(self.handle)
}
示例#2
0
func (b *Bitmap) Convert() {
	C.al_convert_bitmap((*C.ALLEGRO_BITMAP)(unsafe.Pointer(b)))
}