1clear_scene(3)                  Allegro manual                  clear_scene(3)
2
3
4

NAME

6       clear_scene - Initializes a scene. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void clear_scene(BITMAP *bmp);
13

DESCRIPTION

15       Initializes  a scene. The bitmap is the bitmap you will eventually ren‐
16       der on.
17
18

SEE ALSO

20       create_scene(3), scene_polygon3d(3), render_scene(3), destroy_scene(3),
21       scene_gap(3), exscn3d(3)
22
23
24
25Allegro                          version 4.4.3                  clear_scene(3)
Impressum