mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
* Update ImageDraw*() functions to match arguments of Draw*() Updated draw functions: ImageDrawPixel() ImageDrawPixelV() ImageDrawCircle() ImageDrawCircleV() ImageDrawLine() ImageDrawLineV() ImageDrawRectangle() ImageDrawRectangleV() ImageDrawRectangleRec() * [nodepadpp] Update Notepad++ ImageDraw defintions This updates the Notepad++ definitions with the updated ImageDraw methods. * [examples] Add ImageDraw calls to textures_image_drawing * Update ImageDraw*() methods |
||
|---|---|---|
| .. | ||
| resources | ||
| textures_background_scrolling.c | ||
| textures_background_scrolling.png | ||
| textures_bunnymark.c | ||
| textures_bunnymark.png | ||
| textures_image_drawing.c | ||
| textures_image_drawing.png | ||
| textures_image_generation.c | ||
| textures_image_generation.png | ||
| textures_image_loading.c | ||
| textures_image_loading.png | ||
| textures_image_processing.c | ||
| textures_image_processing.png | ||
| textures_image_text.c | ||
| textures_image_text.png | ||
| textures_logo_raylib.c | ||
| textures_logo_raylib.png | ||
| textures_mouse_painting.c | ||
| textures_mouse_painting.png | ||
| textures_npatch_drawing.c | ||
| textures_npatch_drawing.png | ||
| textures_particles_blending.c | ||
| textures_particles_blending.png | ||
| textures_raw_data.c | ||
| textures_raw_data.png | ||
| textures_rectangle.c | ||
| textures_rectangle.png | ||
| textures_sprite_button.c | ||
| textures_sprite_button.png | ||
| textures_sprite_explosion.c | ||
| textures_sprite_explosion.png | ||
| textures_srcrec_dstrec.c | ||
| textures_srcrec_dstrec.png | ||
| textures_to_image.c | ||
| textures_to_image.png | ||