Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2009-12-05 21:40:40
Size: 659
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2009-12-12 06:55:30
Size: 663
Editor: SheenaSmith
Comment: format update
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
You can add useful comments here ''You can add useful comments here''

SDL_UnlockTexture

Use this function to unlock a texture, uploading the changes to video memory, if needed.

Syntax

void SDL_UnlockTexture(SDL_TextureID textureID)

Function Parameters

textureID

the texture locked by SDL_LockTexture() that is to be unlocked

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_UnlockTexture (last edited 2017-04-08 21:27:50 by PhilippWiesemann)

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