DRAFT |
SDL_CompilerBarrier
Use this function to prevent the compiler from reordering reads and writes to globally visible variables across the call.
Syntax
void SDL_CompilerBarrier(void)
Code Examples
You can add your code example here
Remarks
You can add useful comments here
