I'm going to learn how raytracing is implemented in Metal, but one of the first things that I wanted to check is if the M3 requires different or special programming techniques for getting the best performance in hardware raytracing. I didn't find anything M3-specific in the Apple Developer site, with the closest hit being this: https://developer.apple.com/videos/play/tech-talks/111375 and it just recommending to use the intersection API instead of the intersection query API.
Have you seen any document/talk/site focusing on optimizing hardware raytracing on the M3, or the usual message is to just do it like before, but taking care of using the intersection API?
Thanks!
Have you seen any document/talk/site focusing on optimizing hardware raytracing on the M3, or the usual message is to just do it like before, but taking care of using the intersection API?
Thanks!