|
Size: 524
Comment: create page, add content
|
Size: 554
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Values used to define access to textures. | An enumeration that sets the access pattern allowed for a texture. |
| Line 19: | Line 19: |
| You can add useful comments here | ''You can add useful comments here'' |
| Line 23: | Line 23: |
| .[[SDL_QueryTexture]] | |
| Line 24: | Line 25: |
| == Related Structures == .[[SDL_Structure]] |
---- [[CategoryEnum]] |
SDL_TextureAccess
An enumeration that sets the access pattern allowed for a texture.
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
