Added/Fixed support for Mac OS X.

Added/Fixed support for 64 bits platforms.
This commit is contained in:
spartanj@gmail.com
2011-07-11 02:39:21 -03:00
parent 5c80592528
commit 7b6a6ee817
66 changed files with 178 additions and 182 deletions

View File

@@ -38,7 +38,7 @@
#include <X11/Xlib.h>
#elif EE_PLATFORM == EE_PLATFORM_MACOSX
//#include <AGL/agl.h>
#warning No PBuffer implemented on MAC
//#warning No PBuffer implemented on MAC
#else
#warning No PBuffer implemented on this platform
#endif
@@ -49,11 +49,11 @@ namespace EE { namespace Graphics {
class EE_API cFrameBufferPBuffer : public cFrameBuffer {
public:
cFrameBufferPBuffer( cWindow * window = NULL );
cFrameBufferPBuffer( Window::cWindow * window = NULL );
~cFrameBufferPBuffer();
cFrameBufferPBuffer( const Uint32& Width, const Uint32& Height, bool DepthBuffer = false, cWindow * window = NULL );
cFrameBufferPBuffer( const Uint32& Width, const Uint32& Height, bool DepthBuffer = false, Window::cWindow * window = NULL );
bool Create( const Uint32& Width, const Uint32& Height );