1clear_scene(3) Allegro manual clear_scene(3)
23
4
NAME
6clear_scene - Initializes a scene. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void clear_scene(BITMAP *bmp);
13
DESCRIPTION
15Initializes a scene. The bitmap is the bitmap you will eventually ren‐
16der on.
1718
SEE ALSO
20create_scene(3), scene_polygon3d(3), render_scene(3), destroy_scene(3),
21scene_gap(3), exscn3d(3)
2223
24
25
Allegro version 4.4.3 clear_scene(3)