This repository was archived by the owner on Mar 30, 2019. It is now read-only.
Commit e520e10
The SharpDX commit b9f7519 causes the .NET Native compiler to crash.
This change works around the .NET Native bug by casting to (IntPtr).
I also noticed that DataBuffer had the same issue as DataStream which was
fixed by b9f7519 so I applied the same fix to DataBuffer.
FWIW the code in question calls Interop.Fixed which throws
NotImplementedException.1 parent 7d0dcb9 commit e520e10
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments