.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_set_render_state" "3" "" "Allegro reference manual" "" .SH NAME al_set_render_state \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_set_render_state(ALLEGRO_RENDER_STATE state, int value) .EE .SH DESCRIPTION Set one of several render attributes; see ALLEGRO_RENDER_STATE(3) for details. .PP This function does nothing if the target bitmap is a memory bitmap. .SH SINCE 5.1.2 .SH SEE ALSO al_get_render_state(3), ALLEGRO_RENDER_STATE(3), ALLEGRO_RENDER_FUNCTION(3), ALLEGRO_WRITE_MASK_FLAGS(3)