1al_get_pixel_block_width(3) al_get_pixel_block_width(3)
23
4
NAME
6al_get_pixel_block_width - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_pixel_block_width(int format)
12
DESCRIPTION
14Return the width of the the pixel block for this format.
15
SINCE
175.1.9.
18
SEE ALSO
20ALLEGRO_PIXEL_FORMAT(3), al_get_pixel_block_size(3),
21al_get_pixel_block_height(3)
2223
24
25
Allegro reference manual al_get_pixel_block_width(3)