TinyVG / sdk

TinyVG software development kit
https://tinyvg.tech/
MIT License
269 stars 15 forks source link

always use a pointer to first arg for struct member functions #12

Closed david-vanderson closed 2 years ago

david-vanderson commented 2 years ago

This fixes some rendering problems I encountered using zig stage2.

See https://github.com/ziglang/zig/issues/13244 which was me trying to figure out the bug. Also https://github.com/ziglang/zig/issues/13249 which has more explanation.