OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Typedefs | Functions
imagetosurface.hpp File Reference
#include <memory>
Include dependency graph for imagetosurface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 osg
 
 SDLUtil
 

Typedefs

typedef std::unique_ptr
< SDL_Surface, void(*)(SDL_Surface *)> 
SDLUtil::SurfaceUniquePtr
 

Functions

SurfaceUniquePtr SDLUtil::imageToSurface (osg::Image *image, bool flip=false)
 Convert an osg::Image to an SDL_Surface. More...