Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Note that the WritePixels call is unsupported right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 13, 2009
1 parent dff5605 commit 2d90cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/win32/SDL_d3drender.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2d90cf4

Please sign in to comment.