Beware of CharSet.Unicode

This commit is contained in:
Speykious
2022-01-15 03:34:59 +01:00
parent 4b3bb84d68
commit 9d1461acd6

View File

@ -4,6 +4,10 @@
namespace Mediapipe.Net.Native
{
// TODO: (message to future self) Beware of CharSet.Unicode!
// If tests fail because of odd string issues, try to marshal strings according to
// https://docs.microsoft.com/en-us/dotnet/standard/native-interop/type-marshaling.
/// <summary>
/// Contains all the directly bound native methods from Mediapipe.
/// </summary>