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
If type A is struct-to-class, the marshalling struct calls should account for the condition where the instance of A is null. Right now it crashes with a NRE. This causes sharpdx/SharpDX#1070.
If type
Ais struct-to-class, the marshalling struct calls should account for the condition where the instance ofAis null. Right now it crashes with a NRE. This causes sharpdx/SharpDX#1070.