mirror of https://github.com/ppy/SDL3-CS.git
Generate bindings on Linux
This will be the canonical representation going forward.
This commit is contained in:
parent
dcea5f47c3
commit
a7f3fe450d
|
|
@ -28,7 +28,6 @@ using System.Runtime.InteropServices;
|
|||
|
||||
namespace SDL
|
||||
{
|
||||
[NativeTypeName("int")]
|
||||
public enum SDL_AudioFormat : uint
|
||||
{
|
||||
SDL_AUDIO_UNKNOWN = 0x0000U,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue