Wiki Page Content

Differences between revisions 13 and 14
Revision 13 as of 2014-05-06 16:13:33
Size: 665
Editor: Pantheon
Comment: Added SDL_TEXTUREACCESS_TARGET
Revision 14 as of 2014-07-04 10:05:59
Size: 635
Comment: Removed link to SDL_QueryTexturePixels which is not in SDL 2.
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
 .[[SDL_QueryTexturePixels]]

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


CategoryEnum, CategoryRender

None: SDL_TextureAccess (last edited 2014-07-04 10:05:59 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit