Immutable
release. Only release title and notes can be modified.
Stable SDL3-CS bugfix release for SDL 3.4.10.
This release publishes the managed SDL3-CS wrapper and platform-specific native NuGet packages for Windows, Linux, macOS, Android, iOS, and tvOS. Native packages use SDL3-CS.<Platform> and SDL3-CS.<Platform>.<Addon> package IDs.
Package Versions
| Package family | Version |
|---|---|
SDL3-CS |
3.4.10.5 |
SDL3-CS.<Platform> |
3.4.10.5 |
SDL3-CS.<Platform>.Image |
3.4.4.5 |
SDL3-CS.<Platform>.Mixer |
3.2.4.5 |
SDL3-CS.<Platform>.TTF |
3.2.2.5 |
SDL3-CS.<Platform>.Shadercross |
3.0.0.5 |
Changes
- Fixed
TTF.GPUAtlasDrawSequenceto expose the trailingNextpointer fromTTF_GPUAtlasDrawSequence, allowing callers to walk every sequence returned byTTF.GetGPUTextDrawData. - Added mirrored layout tests for
TTF.GPUAtlasDrawSequencepublic fields, offsets, and native size. - Added and expanded project-level README documentation across the repository.