planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
227 stars 10 forks source link

Openarray concept doesn't work #9

Closed planetis-m closed 2 years ago

planetis-m commented 2 years ago

Report upstream and try to revert to old concepts as they might work

planetis-m commented 2 years ago

Seems to work fine: https://github.com/planetis-m/raylib-examples/blob/main/shaders/palette_switch.nim#L99 Also tried with seq[Vector2]. Must have been the procs converted to templates that fixed it.