コード例 #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
ファイル: graphics.go プロジェクト: bluepeppers/allegro
func GetNewBitmapFormat() int {
	f := int(C.al_get_new_bitmap_format())
	return f
}
コード例 #3
0
ファイル: graphics.go プロジェクト: b1naryth1ef/allegro
func GetNewBitmapFormat() int32 {
	return int32(C.al_get_new_bitmap_format())
}