1al_get_d3d_system_texture(3)Library Functions Manualal_get_d3d_system_texture(3)
23
4
NAME
6al_get_d3d_system_texture
7
SYNOPSIS
9#include <allegro5/allegro_direct3d.h>
1011
LPDIRECT3DTEXTURE9 al_get_d3d_system_texture(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Returns the system texture (stored with the D3DPOOL_SYSTEMMEM flags).
15This texture is used for the render-to-texture feature set.
1617
Returns: A pointer to the Direct3D system texture.
1819
20
21
Allegro reference manual al_get_d3d_system_texture(3)