Skip to content

Commit

Permalink
Sync header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Mar 18, 2022
1 parent 4f29a65 commit c4506e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SDL_RenderReadPixels.mediawiki
Expand Up @@ -38,7 +38,8 @@ Returns 0 on success or a negative error code on failure; call
== Remarks ==

'''WARNING''': This is a very slow operation, and should not be used
frequently.
frequently. If you're using this on the main rendering target, it should be
called after rendering and before [[SDL_RenderPresent]]().

<code>pitch</code> specifies the number of bytes between rows in the
destination <code>pixels</code> data. This allows you to write to a
Expand Down

0 comments on commit c4506e9

Please sign in to comment.