1al_get_bitmap_samples(3) al_get_bitmap_samples(3)
23
4
NAME
6al_get_bitmap_samples - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_bitmap_samples(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Return the multi-sampling samples used by this bitmap if it is used
15with al_set_target_bitmap(3).
16
SINCE
185.2.1
1920
[Unstable API]: This is an experimental feature and currently
21only works for the OpenGL backend.
2223
24
25
Allegro reference manual al_get_bitmap_samples(3)