1al_get_d3d_texture_size(3)                          al_get_d3d_texture_size(3)
2
3
4

NAME

6       al_get_d3d_texture_size - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_direct3d.h>
10
11              bool al_get_d3d_texture_size(ALLEGRO_BITMAP *bitmap, int *width, int *height)
12

DESCRIPTION

14       Retrieves the size of the Direct3D texture used for the bitmap.
15
16       Returns  true  on success, false on failure.  Zero width and height are
17       returned if the bitmap is not a Direct3D bitmap.
18

SINCE

20       5.1.0
21

SEE ALSO

23       al_get_d3d_texture_position(3)
24
25
26
27Allegro reference manual                            al_get_d3d_texture_size(3)
Impressum