|
Size: 910
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
|
Size: 1049
Comment: note for deletion
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| #pragma disable-camelcase | #pragma camelcase off ||<: tablewidth="100%"><<Color2(purple,THIS FUNCTION HAS BEEN REMOVED FROM THE API.)>><<BR>><<Color2(purple,THIS PAGE WILL BE DELETED.)>>|| |
purple
|
SDL_DirtyTexture
Use this function to mark the specified rectangles of the texture as dirty.
Syntax
void SDL_DirtyTexture(SDL_Texture* texture,
int numrects,
const SDL_Rect* rects)
Function Parameters
texture |
the texture to mark dirty, which was created with SDL_TEXTUREACCESS_STREAMING |
numrects |
the number of rectangles pointed to by rects |
rects |
an array of SDL_Rect structures representing dirty rectangles |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
