mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Note that the WritePixels call is unsupported right now.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user