Generate bindings on Linux

This will be the canonical representation going forward.
This commit is contained in:
Susko3 2024-10-24 12:04:00 +01:00
parent dcea5f47c3
commit a7f3fe450d
2 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@ using System.Runtime.InteropServices;
namespace SDL
{
[NativeTypeName("int")]
public enum SDL_AudioFormat : uint
{
SDL_AUDIO_UNKNOWN = 0x0000U,

View File

@ -89,7 +89,6 @@ namespace SDL
SDL_PACKEDLAYOUT_1010102,
}
[NativeTypeName("int")]
public enum SDL_PixelFormat : uint
{
SDL_PIXELFORMAT_UNKNOWN = 0,
@ -240,7 +239,6 @@ namespace SDL
SDL_CHROMA_LOCATION_TOPLEFT = 3,
}
[NativeTypeName("int")]
public enum SDL_Colorspace : uint
{
SDL_COLORSPACE_UNKNOWN = 0,