csbindgen/dotnet-sandbox/BindingGroupExtensions.cs

44 lines
963 B
C#
Raw Normal View History

2023-04-15 10:45:52 +01:00

2023-04-14 17:54:15 +01:00
2023-04-15 10:45:52 +01:00
namespace Physx
2023-04-14 17:54:15 +01:00
{
2023-04-15 10:45:52 +01:00
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "Px")]
2023-04-15 15:32:00 +01:00
internal static unsafe partial class LibPhysx
2023-04-14 17:54:15 +01:00
{
2023-04-15 10:45:52 +01:00
}
}
2023-04-14 17:54:15 +01:00
2023-04-15 10:45:52 +01:00
namespace CsBindgen
{
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "b3")]
internal static unsafe partial class LibBullet3
{
}
2023-04-14 17:54:15 +01:00
2023-04-15 10:45:52 +01:00
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "quiche_")]
internal static unsafe partial class LibQuiche
{
}
2023-04-14 17:54:15 +01:00
2023-04-15 10:45:52 +01:00
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "sqlite3_")]
public static unsafe partial class LibSqlite3
{
}
}
2023-04-14 17:54:15 +01:00
2023-04-15 10:45:52 +01:00
namespace PixivApi.ImageFile
{
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "png_")]
internal static unsafe partial class LibPng16
{
2023-04-14 17:54:15 +01:00
}
}
2023-04-15 10:45:52 +01:00
namespace Jolt
2023-04-14 17:54:15 +01:00
{
2023-04-15 10:45:52 +01:00
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "JPH_")]
internal static unsafe partial class NativeMethods
2023-04-14 17:54:15 +01:00
{
}
}