1al_remove_opengl_fbo(3) al_remove_opengl_fbo(3)
23
4
NAME
6al_remove_opengl_fbo - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_opengl.h>
1011
void al_remove_opengl_fbo(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Explicitly free an OpenGL FBO created for a bitmap, if it has one.
15Usually you do not need to worry about freeing FBOs, unless you use
16al_get_opengl_fbo(3).
17
SEE ALSO
19al_get_opengl_fbo(3), al_set_target_bitmap(3)
2021
22
23
Allegro reference manual al_remove_opengl_fbo(3)