|
⇤ ← Revision 1 as of 2011-02-01 20:24:27
Size: 587
Comment: create page - 2/1 changeset 5134
|
Size: 572
Comment: update content - remove acl
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| #acl All:read |
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
