You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A seemingly arbitrary set of about 150 functions are annotated PX_C_EXPORT which expands to extern "C". This includes not only functions whose names start with Px, but also for example physx::Gu::createAABBPruner. I am curious as to why these symbols must not be mangled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A seemingly arbitrary set of about 150 functions are annotated
PX_C_EXPORT
which expands toextern "C"
. This includes not only functions whose names start withPx
, but also for examplephysx::Gu::createAABBPruner
. I am curious as to why these symbols must not be mangled.Beta Was this translation helpful? Give feedback.
All reactions