Post

Replies

Boosts

Views

Activity

Comment on Metal-cpp iOS examples/frame capture
Thanks for the info! I've looked through the memory management stuff and watched the talk, but it still didn't quite click. I will dig into them again though with what you've told me. I'm still slightly confused about what commandBuffer() is doing then. If I call this once a frame am I getting a new CommandBuffer object with each call and it's just that I don't need to track them because the CommandQueue will? Or am I reusing the same object again and that is safe to do after the Commit call?
Aug ’22
Comment on Metal-cpp link errors
Ah, that is probably what is happening. I think some of the Apple includes were causing some issues for our earlier includes and so they are a bit further down in the file. It might make sense that they then hit something else that included Metal earlier. Thanks!
Jul ’22