|
Size: 629
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
|
Size: 605
Comment: removed llink to SDL_DirtyTexture() (not in the API)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| .[[SDL_DirtyTexture]] |
SDL_TextureAccess
An enumeration of texture access patterns.
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
