Ejemplo n.º 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())
}
Ejemplo n.º 2
0
func GetNewBitmapFormat() int {
	f := int(C.al_get_new_bitmap_format())
	return f
}
Ejemplo n.º 3
0
func GetNewBitmapFormat() int32 {
	return int32(C.al_get_new_bitmap_format())
}