|
Size: 525
Comment: format changes
|
Size: 525
Comment: content changed
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Values used to define access to textures. | The access pattern allowed for a texture. |
SDL_TextureAccess
The access pattern allowed for a texture.
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
