Skip to content

SDL3-CS 3.4.10.5

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 16:35
Immutable release. Only release title and notes can be modified.
1d062d6

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.GPUAtlasDrawSequence to expose the trailing Next pointer from TTF_GPUAtlasDrawSequence, allowing callers to walk every sequence returned by TTF.GetGPUTextDrawData.
  • Added mirrored layout tests for TTF.GPUAtlasDrawSequence public fields, offsets, and native size.
  • Added and expanded project-level README documentation across the repository.