mirror of https://github.com/ppy/SDL3-CS.git
Fix bindings not compiling
This commit is contained in:
parent
e2ead20a3d
commit
a4781c9b58
|
|
@ -50,11 +50,4 @@ namespace SDL
|
|||
SDL_GPU_COLORCOMPONENT_B = (byte)SDL3.SDL_GPU_COLORCOMPONENT_B,
|
||||
SDL_GPU_COLORCOMPONENT_A = (byte)SDL3.SDL_GPU_COLORCOMPONENT_A,
|
||||
}
|
||||
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
public partial struct SDL_GPURenderStateDesc : SDL3.ISDLInterface
|
||||
#pragma warning restore CS0618 // Type or member is obsolete
|
||||
{
|
||||
uint SDL3.ISDLInterface.version { set => version = value; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue