|
Size: 603
Comment: fixed broken link CategoryRenderer to CategoryRender
|
Size: 665
Comment: Added SDL_TEXTUREACCESS_TARGET
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| ||SDL_TEXTUREACCESS_TARGET||can be used as a render target|| |
SDL_TextureAccess
An enumeration of texture access patterns.
Values
SDL_TEXTUREACCESS_STATIC |
changes rarely, not lockable |
SDL_TEXTUREACCESS_STREAMING |
changes frequently, lockable |
SDL_TEXTUREACCESS_TARGET |
can be used as a render target |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
