bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
15.11k stars 1.95k forks source link

Fix issue with visionOS not being defined #3327

Closed bwrsandman closed 4 months ago

bwrsandman commented 4 months ago

VisionOS SDK was introduced in xcode 15.2. xcode 15.0, 15.1 do not have the visionOS platform defined. Additionally, if you use a different llvm such as llvm 17 or 18 from homebrew, the platform might not be defined even when using xocde 15.2 or newer.