csbindgen/dotnet-sandbox/BindingGroupExtensions.cs
2023-04-15 18:45:52 +09:00

44 lines
964 B
C#
Vendored

namespace Physx
{
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "Px")]
internal static unsafe partial class LibPhysxd
{
}
}
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
{
}
}
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
{
}
}