Warren Moore
Warren Moore
The Metal backend was designed under the assumption that Objective-C automatic reference counting (ARC) would always be enabled, as indeed it should be in modern projects. If we're going to...
Fine by me, but I would note that in many instances in this PR, it suffices to call `release` at the end of scope instead of using `autorelease`. Putting objects...
I'm still pretty queasy about this. Enabling or disabling ARC is _orthogonal_ to having an autorelease pool in place. Cocoa frameworks (and the imgui Metal backend) **will** create autoreleased objects...
Version 1.3.2 has now been released, and the podspec has been pushed to Cocoapods trunk.
Version 1.3.2 has now been released, and the podspec has been pushed to Cocoapods trunk.
These issues don't seem to pertain directly to your use of GLTFKit2, but you should also be aware that as of [version 0.5.10](https://github.com/warrenm/GLTFKit2/releases/tag/0.5.10), both binary and source versions of the...
This issue will be closed as completed in seven days if no further reply is received.
Excellent, happy to hear this meets your needs.
Strange. I would expect most assets to pass through that code path at least once, and obviously it works most of the time. We handle the case where the buffer's...
Propagating the exception in response to a catastrophic failure to allocate is the correct behavior on the part of the framework. If you want to wrap your calls into the...