mirror of
https://github.com/cosyneco/MediaPipe.NET.git
synced 2025-08-24 08:40:39 +08:00
Fix some commented preproc names
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user