Note that the WritePixels call is unsupported right now.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404301
This commit is contained in:
Sam Lantinga 2009-12-13 06:19:32 +00:00
parent 9b0681272d
commit 29aecb01bf

View file

@ -1283,6 +1283,7 @@ D3D_RenderWritePixels(SDL_Renderer * renderer, const SDL_Rect * rect,
Uint32 format, const void * pixels, int pitch)
{
/* Work in progress */
SDL_Unsupported();
return -1;
}