comparison src/video/win32/SDL_d3drender.c @ 3553:a579694613fd

Note that the WritePixels call is unsupported right now.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 13 Dec 2009 06:19:32 +0000
parents 4a39f28cd935
children 9c2e92de786a
comparison
equal deleted inserted replaced
3552:3889325ca987 3553:a579694613fd
1281 static int 1281 static int
1282 D3D_RenderWritePixels(SDL_Renderer * renderer, const SDL_Rect * rect, 1282 D3D_RenderWritePixels(SDL_Renderer * renderer, const SDL_Rect * rect,
1283 Uint32 format, const void * pixels, int pitch) 1283 Uint32 format, const void * pixels, int pitch)
1284 { 1284 {
1285 /* Work in progress */ 1285 /* Work in progress */
1286 SDL_Unsupported();
1286 return -1; 1287 return -1;
1287 } 1288 }
1288 1289
1289 static void 1290 static void
1290 D3D_RenderPresent(SDL_Renderer * renderer) 1291 D3D_RenderPresent(SDL_Renderer * renderer)