mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
65 lines
1.5 KiB
C#
Vendored
65 lines
1.5 KiB
C#
Vendored
|
|
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Physx
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "Px")]
|
|
internal static unsafe partial class LibPhysx
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace CsBindgen
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "b3")]
|
|
internal static unsafe partial class LibBullet3
|
|
{
|
|
}
|
|
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "quiche_")]
|
|
internal static unsafe partial class LibQuiche
|
|
{
|
|
}
|
|
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "sqlite3_")]
|
|
public static unsafe partial class LibSqlite3
|
|
{
|
|
}
|
|
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods()]
|
|
internal static unsafe partial class NativeMethods
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
namespace PixivApi.ImageFile
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "png_")]
|
|
internal static unsafe partial class LibPng16
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace Jolt
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "JPH_")]
|
|
internal static unsafe partial class NativeMethods
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace CsBindgen
|
|
{
|
|
|
|
internal static unsafe class NativeMethodsGroupingExtensions2
|
|
{
|
|
[DebuggerStepThrough]
|
|
public static void DeleteContext2(this ref global::CsBindgen.Context @context)
|
|
{
|
|
NativeMethods.delete_context((global::CsBindgen.Context*)Unsafe.AsPointer(ref @context));
|
|
}
|
|
}
|
|
} |