Wiki Page Content

Revision 6 as of 2009-12-12 07:34:51

Clear message

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

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