Fix some commented preproc names

This commit is contained in:
Speykious
2022-01-16 07:28:56 +01:00
parent 84d5fdc5ca
commit f305fd1495
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ namespace Mediapipe.Net.Native
{
internal partial class SafeNativeMethods : NativeMethods
{
// #if UNITY_EDITOR_LINUX || UNITY_STANDALONE_LINUX || UNITY_ANDROID
// #if LINUX || ANDROID
[Pure, DllImport(MEDIAPIPE_LIBRARY, ExactSpelling = true)]
public static extern IntPtr mp_GpuBuffer__GetGlTextureBufferSharedPtr(IntPtr gpuBuffer);
// #endif

View File

@ -10,7 +10,7 @@ namespace Mediapipe.Net.Native
{
internal partial class SafeNativeMethods : NativeMethods
{
// #if UNITY_IOS
// #if IOS
[Pure, DllImport(MEDIAPIPE_LIBRARY, ExactSpelling = true)]
public static extern IntPtr mp_GpuResources__ios_gpu_data(IntPtr gpuResources);
// #endif