|
Size: 827
Comment: add RF
|
Size: 629
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 16: | Line 15: |
| ||'''a'''||^a pointer to a pointer to an atomic variable^|| | ||'''a'''||a pointer to a pointer|| |
| Line 19: | Line 18: |
| Returns ^a pointer to the current value^ on success, or a negative error code on failure; call [[SDL_GetError]]() for more information. | Returns a pointer to the current value. |
| Line 31: | Line 30: |
| .[[SDL_AtomicGet]] |
SDL_AtomicGetPtr
Use this function to get the value of a pointer atomically.
Contents
Syntax
void* SDL_AtomicGetPtr(void** a)
Function Parameters
a |
a pointer to a pointer |
Return Value
Returns a pointer to the current value.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
