Wiki Page Content

Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2009-12-12 06:57:28
Size: 559
Editor: SheenaSmith
Comment: format update
Revision 7 as of 2010-01-22 06:39:10
Size: 607
Editor: SheenaSmith
Comment: edited, remove DRAFT
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
An enumeration that specifies 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]]

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


CategoryEnum

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