Fix bindings not compiling

This commit is contained in:
Susko3 2025-08-28 14:07:13 +02:00
parent e2ead20a3d
commit a4781c9b58
1 changed files with 0 additions and 7 deletions

View File

@ -50,11 +50,4 @@ namespace SDL
SDL_GPU_COLORCOMPONENT_B = (byte)SDL3.SDL_GPU_COLORCOMPONENT_B, SDL_GPU_COLORCOMPONENT_B = (byte)SDL3.SDL_GPU_COLORCOMPONENT_B,
SDL_GPU_COLORCOMPONENT_A = (byte)SDL3.SDL_GPU_COLORCOMPONENT_A, 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; }
}
} }