Skip to content

Commit 16c954e

Browse files
authored
Merge pull request #248 from Susko3/fix-bindings
Fix bindings not compiling
2 parents e2ead20 + a4781c9 commit 16c954e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

SDL3-CS/SDL3/SDL_gpu.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,4 @@ public enum SDL_GPUColorComponentFlags : byte
5050
SDL_GPU_COLORCOMPONENT_B = (byte)SDL3.SDL_GPU_COLORCOMPONENT_B,
5151
SDL_GPU_COLORCOMPONENT_A = (byte)SDL3.SDL_GPU_COLORCOMPONENT_A,
5252
}
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-
}
6053
}

0 commit comments

Comments
 (0)