|
Size: 690
Comment: update content - 3/10 55a687c55676 (2/17 d5d312a82d40)
|
Size: 686
Comment: camelcase pragma change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| #pragma disable-camelcase | #pragma camelcase off |
SDL_RendererFlags
An enumeration of flags used when creating a rendering context.
Values
SDL_RENDERER_SOFTWARE |
the renderer is a software fallback |
SDL_RENDERER_ACCELERATED |
the renderer uses hardware acceleration |
SDL_RENDERER_PRESENTVSYNC |
present is synchronized with the refresh rate |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
