awsdert
awsdert
You still have the old broken code right? I would like an option to use that even if the output isn't perfect. The option would need a note of some...
> Current handling of sprites is a mess. There's 3 equally broken export modes. I didn't write code for any of them and cannot contact the authors
Only until you have outputs other than *.unreadable being produced. Since once those outputs exist I'll have some way of getting the sprites I need that doesn't involve old broken...
I thought that was the result of disabling the old code, if it's possible to do could you compile an upto date version with the code enabled to see if...
Oh, darn. In that case is there already an issue about *.unreadable assets that I can add my issue to or will I have to make a new thread for...
Done: #1417
long can be 32 or 64 bit, int can be 16, 32 or 64 bit short can be 16 or 64 bit void* can be 16, 32 or 64 bit...
btw I don't really care which of the fixed width integer sizes you use so long as it's fixed width.
The backend of sokol would still be implementation defined in those cases but having a standard expectation of ABI built into the API would force those implementations to at least...
Not really, it's mainly just changing from variable sized integers (short, int, long) to fixed size integers. For anything native (such as the backend for instance) you would just slap...