|
Size: 743
Comment: update content - possible RV?
|
Size: 586
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: |
| Returns ^a platform-specific^ count per second on success, or ^a default value^ on failure,,; call [[SDL_GetError]]() for more information,,. | Returns a platform-specific count per second. |
| Line 27: | Line 26: |
| .[[SDL_GetPerformanceCounter]] ??? | .[[SDL_GetPerformanceCounter]] |
SDL_GetPerformanceFrequency
Use this function to get the count per second of the high resolution counter.
Syntax
Uint64 SDL_GetPerformanceFrequency(void)
Return Value
Returns a platform-specific count per second.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
