// Allows to speed up drawing by holding the display . Only bitmap functions and font // drawing, as well as tranformations shouldbe done until the hold is released func HoldBitmapDrawing(hold bool) { C.al_hold_bitmap_drawing(b2cb(hold)) }
func HoldBitmapDrawing(hold bool) { C.al_hold_bitmap_drawing(C.bool(hold)) }