|
⇤ ← Revision 1 as of 2009-11-24 20:43:50
Size: 524
Comment: create page, add content
|
Size: 555
Comment: update formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| == Related Structures == |
|
| Line 23: | Line 26: |
| .[[SDL_QueryTexture]] | |
| Line 24: | Line 28: |
| == Related Structures == .[[SDL_Structure]] |
---- [[CategoryEnum]] |
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
Related Structures
