|
Size: 554
Comment: format update
|
Size: 630
Comment: added header-specific Category link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| An enumeration that sets the access pattern allowed for a texture. | An enumeration of texture access patterns. |
| Line 23: | Line 23: |
| .[[SDL_DirtyTexture]] .[[SDL_LockTexture]] |
|
| Line 24: | Line 26: |
| .[[SDL_QueryTexturePixels]] | |
| Line 26: | Line 29: |
| [[CategoryEnum]] | [[CategoryEnum]], [[CategoryVideoEnum]] |
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
