logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_render_state - Allegro 5 API

Description

       Returns one of several render attributes; see ALLEGRO_RENDER_STATE(3alleg5) for details.

       This function will return -1 when there is no current display.

Name

       al_get_render_state - Allegro 5 API

See Also

al_set_render_state(3alleg5),       ALLEGRO_RENDER_STATE(3alleg5),      ALLEGRO_RENDER_FUNCTION(3alleg5),
       ALLEGRO_WRITE_MASK_FLAGS(3alleg5)

Allegro reference manual                                                            al_get_render_state(3alleg5)

Since

       5.2.10

Synopsis

              #include <allegro5/allegro.h>

              int al_get_render_state(ALLEGRO_RENDER_STATE state)

See Also