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_set_render_state - Allegro 5 API

Description

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

       This function does nothing if the target bitmap is a memory bitmap.

Name

       al_set_render_state - Allegro 5 API

See Also

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

Allegro reference manual                                                            al_set_render_state(3alleg5)

Since

       5.1.2

Synopsis

              #include <allegro5/allegro.h>

              void al_set_render_state(ALLEGRO_RENDER_STATE state, int value)

See Also