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 - SDL_RenderReadPixels not defined
Summary: SDL_RenderReadPixels not defined
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 04:31 UTC by Ken Bull
Modified: 2009-12-15 00:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!