janet-lang / jaylib

Janet bindings to Raylib
MIT License
137 stars 36 forks source link

Add DrawTextureNPatch #58

Closed s-lambert closed 3 months ago

s-lambert commented 7 months ago

This adds NPatchInfo to types.h and then uses that to create a binding for DrawTextureNPatch.

Here's what the test example looks like: image

sogaiu commented 7 months ago

FWIW, worked fine here.