1al_get_bitmap_depth(3) al_get_bitmap_depth(3)
23
4
NAME
6al_get_bitmap_depth - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_bitmap_depth(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Return the depthbuffer depth used by this bitmap if it is used with
15al_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_depth(3)