示例#1
0
文件: bitmap.go 项目: beoran/algo
// Gets the format for new bitmaps that are created using CreateBitmap
func NewBitmapFormat(format int) int {
	return int(C.al_get_new_bitmap_format())
}
示例#2
0
func GetNewBitmapFormat() int {
	f := int(C.al_get_new_bitmap_format())
	return f
}
示例#3
0
func GetNewBitmapFormat() int32 {
	return int32(C.al_get_new_bitmap_format())
}