virtualx-engine/modules/mono/glue
Raul Santos ebe008d41b
C#: Fix byteCount in NativeMemory.Alloc
`NativeMemory.Alloc` takes the byte count as parameter, this is
calculated by multiplying the element size in bytes by the length
of the array.
2022-08-27 17:35:53 +02:00
..
GodotSharp C#: Fix byteCount in NativeMemory.Alloc 2022-08-27 17:35:53 +02:00
runtime_interop.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
runtime_interop.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00