mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
Fixed documentation for aligned structure members
This commit is contained in:
@@ -298,7 +298,7 @@
|
|||||||
* // make sure this one field in a struct is aligned to 16 bytes for SIMD access.
|
* // make sure this one field in a struct is aligned to 16 bytes for SIMD access.
|
||||||
* typedef struct {
|
* typedef struct {
|
||||||
* SomeStuff stuff;
|
* SomeStuff stuff;
|
||||||
* float position[4] SDL_ALIGNED(16);
|
* float SDL_ALIGNED(16) position[4];
|
||||||
* SomeOtherStuff other_stuff;
|
* SomeOtherStuff other_stuff;
|
||||||
* } MyStruct;
|
* } MyStruct;
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user