Wiki Page Content

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2009-11-24 20:43:50
Size: 524
Editor: SheenaSmith
Comment: create page, add content
Revision 8 as of 2010-08-23 21:54:28
Size: 630
Editor: SheenaSmith
Comment: added header-specific Category link
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Values used to define access to textures. An enumeration of texture access patterns.
Line 19: Line 19:
You can add useful comments here ''You can add useful comments here''
Line 23: Line 23:
 .[[SDL_DirtyTexture]]
 .[[SDL_LockTexture]]
 .[[SDL_QueryTexture]]
 .[[SDL_QueryTexturePixels]]
Line 24: Line 28:
== Related Structures ==
 .[[SDL_Structure]]
----
[[CategoryEnum]], [[CategoryVideoEnum]]

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, CategoryVideoEnum

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