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:
parent
9b0681272d
commit
29aecb01bf
1 changed files with 1 additions and 0 deletions
|
@ -1283,6 +1283,7 @@ D3D_RenderWritePixels(SDL_Renderer * renderer, const SDL_Rect * rect,
|
||||||
Uint32 format, const void * pixels, int pitch)
|
Uint32 format, const void * pixels, int pitch)
|
||||||
{
|
{
|
||||||
/* Work in progress */
|
/* Work in progress */
|
||||||
|
SDL_Unsupported();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue