Wiki Page Content

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2009-11-25 05:55:26
Size: 525
Editor: SheenaSmith
Comment: content changed
Revision 6 as of 2009-12-12 07:34:51
Size: 554
Editor: SheenaSmith
Comment: format update
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The access pattern allowed for a texture. 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''

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


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