Skip to content

Commit

Permalink
Resolve swift Pixar cxx ns typealias.
Browse files Browse the repository at this point in the history
* This will not work for clients, as they will recieve an error when
  attempting to use the Pixar namespace from any swift code, but
  it should resolve the last remaining errors for a stable PixarUSD
  build, and tie up the final loose ends to allow for full support of
  3rd party plugins to be built with SwiftUSD.
  • Loading branch information
furby-tm committed May 14, 2024
1 parent eed8f87 commit edbd910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/PixarUSD/Pixar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
import CxxStdlib
@_exported import pxr

public typealias Pixar = pxrInternal_v0_23__pxrReserved__

/* --- xxx --- */

public extension Pixar
Expand Down

0 comments on commit edbd910

Please sign in to comment.