1al_get_d3d_device(3) Library Functions Manual al_get_d3d_device(3)
23
4
NAME
6al_get_d3d_device
7
SYNOPSIS
9#include <allegro5/allegro_direct3d.h>
1011
LPDIRECT3DDEVICE9 al_get_d3d_device(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Returns the Direct3D device of the display. The return value is unde‐
15fined if the display was not created with the Direct3D flag.
1617
Returns: A pointer to the Direct3D device.
1819
20
21
Allegro reference manual al_get_d3d_device(3)