The-Forge icon indicating copy to clipboard operation
The-Forge copied to clipboard

Visibility Buffer on iOS

Open zyjisdog opened this issue 3 years ago • 3 comments

The visibility buffer demo seems to work on iPhone 12 (A14, MTLGPUFamilyApple7, max number of the texture argument buffe is 128), and I saw a folder named 'Visibility_Buffer_iOS' in the visibility buffer project, but there is no iOS target in the xcode project. I tried to port the macOS target to iOS by duplicate and modify it but it did't work.

zyjisdog avatar Feb 21 '22 09:02 zyjisdog

We are working on this. It won't make it to the next release but maybe the one after.

wolfgangfengel avatar Feb 21 '22 23:02 wolfgangfengel

In addition, A14 delivered features including primitive ID and barycentric coordinates, which may help you to refactor the iOS version of the visibility buffer. Ref: https://developer.apple.com/videos/play/tech-talks/10858/

zyjisdog avatar Feb 22 '22 00:02 zyjisdog

This should work now. Have you tried? You need a decent phone ...

wolfgangfengel avatar Feb 12 '24 22:02 wolfgangfengel