From Trajce Nikolov, PixelBufferWin32 implementation

This commit is contained in:
Robert Osfield
2007-06-24 10:18:54 +00:00
parent b9947a8189
commit 1e506da145
2 changed files with 507 additions and 16 deletions

View File

@@ -24,12 +24,13 @@
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif
#include <windows.h>
namespace osgViewer
{
class OSGVIEWER_EXPORT PixelBufferWin32 : public osgViewer::GraphicsWindow
class OSGVIEWER_EXPORT PixelBufferWin32 : public osg::GraphicsContext
{
public: