Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-05-28 13:35:21 +00:00
parent b7082e7e18
commit f80e819c5b
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@
* float x, y, z, w;
* } SDL_ALIGNED(16) MySIMDAlignedData;
*
*
* // make sure this one field in a struct is aligned to 16 bytes for SIMD access.
* typedef struct {
* SomeStuff stuff;