1al_have_d3d_non_pow2_texture_support(3)al_have_d3d_non_pow2_texture_support(3)
23
4
NAME
6al_have_d3d_non_pow2_texture_support - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_direct3d.h>
1011
bool al_have_d3d_non_pow2_texture_support(void)
12
DESCRIPTION
14Returns whether the Direct3D device supports textures whose dimensions
15are not powers of two.
1617
Returns: True if device supports NPOT textures, false otherwise.
1819
20
21
Allegro reference manual al_have_d3d_non_pow2_texture_support(3)