Skip to content

Commit

Permalink
PixarUSD: only import HgiGL if available.
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 65689c5 commit 685e17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/PixarUSD/Imaging/HgiGL/HgiGL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
* . x x x . o o o . x x x . : : : . o x o . : : : .
* ---------------------------------------------------------------- */

#if canImport(HgiGL)
import HgiGL

public enum HgiGL
{}
#endif // canImport(HgiGL)

0 comments on commit 685e17b

Please sign in to comment.