terrafx / terrafx.interop.windows

Interop bindings for Windows.
MIT License
242 stars 31 forks source link

Ensure NativeMemory.Copy passes parameters in the correct order #384

Closed tannergooding closed 5 months ago

tannergooding commented 5 months ago

memcpy takes its parameters as dest, source, count NativeMemory.Copy swaps it to be source, dest, count