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

ALLEGRO_RENDER_FUNCTION - Allegro 5 API

Description

       Possible functions are:

       • ALLEGRO_RENDER_NEVER

       • ALLEGRO_RENDER_ALWAYS

       • ALLEGRO_RENDER_LESS

       • ALLEGRO_RENDER_EQUAL

       • ALLEGRO_RENDER_LESS_EQUAL
       • ALLEGRO_RENDER_GREATER
       • ALLEGRO_RENDER_NOT_EQUAL

       • ALLEGRO_RENDER_GREATER_EQUAL

Name

       ALLEGRO_RENDER_FUNCTION - Allegro 5 API

See Also

al_set_render_state(3alleg5)

Allegro reference manual                                                        ALLEGRO_RENDER_FUNCTION(3alleg5)

Since

       5.1.2

Synopsis

              #include <allegro5/allegro.h>

              typedef enum ALLEGRO_RENDER_FUNCTION {

See Also