|
Size: 555
Comment: update formatting
|
Size: 525
Comment: format changes
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| == Related Structures == |
SDL_TextureAccess
Values used to define access to textures.
Values
SDL_TEXTUREACCESS_STATIC |
changes rarely, not lockable |
SDL_TEXTUREACCESS_STREAMING |
changes frequently, lockable |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
