Exemple #1
0
// Gets the format for new bitmaps that are created using CreateBitmap
func NewBitmapFormat(format int) int {
	return int(C.al_get_new_bitmap_format())
}
Exemple #2
0
func GetNewBitmapFormat() int {
	f := int(C.al_get_new_bitmap_format())
	return f
}
Exemple #3
0
func GetNewBitmapFormat() int32 {
	return int32(C.al_get_new_bitmap_format())
}