1al_get_opengl_texture_position(3) al_get_opengl_texture_position(3)
23
4
NAME
6al_get_opengl_texture_position - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_opengl.h>
1011
void al_get_opengl_texture_position(ALLEGRO_BITMAP *bitmap, int *u, int *v)
12
DESCRIPTION
14Returns the u/v coordinates for the top/left corner of the bitmap with‐
15in the used texture, in pixels.
16
SEE ALSO
18al_get_opengl_texture_size(3)
1920
21
22
Allegro reference manual al_get_opengl_texture_position(3)