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:
chriscamacho
2021-03-25 13:22:10 +00:00
committed by GitHub
parent dd59350485
commit 9569d6a802
4 changed files with 140 additions and 1 deletions

View File

@ -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 \