Skip to content

Commit

Permalink
HgiInterop: guard metal.mm out of iOS & visionOS.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Sep 9, 2024
1 parent 216237c commit c902bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/HgiInterop/metal.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// https://openusd.org/license.
//

#if defined(PXR_METAL_SUPPORT_ENABLED) && PXR_METAL_SUPPORT_ENABLED
#include "Arch/defines.h"

#if defined(PXR_METAL_SUPPORT_ENABLED) && PXR_METAL_SUPPORT_ENABLED && defined(ARCH_OS_OSX)

#include "Garch/glApi.h"

Expand Down

0 comments on commit c902bca

Please sign in to comment.