| Summary: | SDL_SaveBMP get a black bitmpa when the video driver is set to directx. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | vvvdotcom <zhu_mike> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | zhu_mike |
| Version: | don't know | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
|
Description
vvvdotcom
2008-06-12 03:31:44 UTC
Are you using SDL_HWSURFACE when setting the video mode? Do you still have this issue with the latest SDL 1.2 snapshot? http://www.libsdl.org/tmp/SDL-1.2.zip I tried saving the video surface under DirectX with SDL_HWSURFACE and I got the correct screen shot. |