We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 874

Summary: SDL_RenderReadPixels not defined
Product: SDL Reporter: Ken Bull <llubnek>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   

Description Ken Bull 2009-11-03 04:31:44 UTC
SDL_RenderReadPixels() appears in SDL_video.h, but is never actually defined.
There should be at least a stub in SDL_video.c.

SDL_RenderWritePixels() is also undefined.
Comment 1 Sam Lantinga 2009-12-15 00:13:26 UTC
This is fixed in the latest snapshot, and they're even implemented on most of the platforms! :)

Thanks!