mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add DrawTexturedPoly and example (#1677)
* adds DrawTexturedPoly with example * the actual example ... ahem * moved DrawTexturePoly to textures function and example NB function name changed to fit with other DrawTextureXXX functions (no "d" ) Co-authored-by: codifies <you@example.com>
This commit is contained in:
@ -437,7 +437,8 @@ TEXTURES = \
|
||||
textures/textures_sprite_explosion \
|
||||
textures/textures_bunnymark \
|
||||
textures/textures_blend_modes \
|
||||
textures/textures_draw_tiled
|
||||
textures/textures_draw_tiled \
|
||||
textures/textures_poly
|
||||
|
||||
TEXT = \
|
||||
text/text_raylib_fonts \
|
||||
|
||||
Reference in New Issue
Block a user