RenderDrawRects  ( render *rect count )

publication: 2 novembre 2024 / mis à jour 2 novembre 2024

Read this page in english

 

vocabulaire: SDL2

Dessine un certain nombre de rectangles sur le rendu actuel.

Exemple:

4 constant RECT_COUNT 
create RECTS 
     10 L,   10 L,  200 L,  120 L, 
     12 L,   12 L,  205 L,  125 L, 
     14 L,   14 L,  210 L,  130 L, 
     16 L,   16 L,  215 L,  135 L, 
 
REN0 63 63 255 255 SetRenderDrawColor drop 
REN0 RECTS RECT_COUNT RenderDrawRects drop 
REN0 RenderPresent drop 

Legal: site web personnel sans commerce / personal site without seling