We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ead20 + a4781c9 commit 16c954eCopy full SHA for 16c954e
1 file changed
SDL3-CS/SDL3/SDL_gpu.cs
@@ -50,11 +50,4 @@ public enum SDL_GPUColorComponentFlags : byte
50
SDL_GPU_COLORCOMPONENT_B = (byte)SDL3.SDL_GPU_COLORCOMPONENT_B,
51
SDL_GPU_COLORCOMPONENT_A = (byte)SDL3.SDL_GPU_COLORCOMPONENT_A,
52
}
53
-
54
-#pragma warning disable CS0618 // Type or member is obsolete
55
- public partial struct SDL_GPURenderStateDesc : SDL3.ISDLInterface
56
-#pragma warning restore CS0618 // Type or member is obsolete
57
- {
58
- uint SDL3.ISDLInterface.version { set => version = value; }
59
- }
60
0 commit comments