Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

Updating the Materials API so that materials own pointers to their material params #52

Closed Interrupt closed 1 month ago

Interrupt commented 1 month ago

This makes it so that Materials can be passed around by value, not just by pointer.