|
Size: 607
Comment: edited, remove DRAFT
|
Size: 626
Comment: update formatting - categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 29: | Line 29: |
| [[CategoryEnum]] | [[CategoryEnum]], [[CategoryVideo]] |
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
