1
Graphics / Check whether RenderImage is available doesn't compile
« on: July 31, 2011, 12:14:00 am »
That's what I gathered, but then the example needs to be updated.
Quote
Usage example:Code: [Select]// First of all: make sure that rendering to image is supported
if (!sf::RenderImage::IsAvailable())
return -1;
[...]