mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Update gfxGLWindowTarget.h
This commit is contained in:
parent
c3ef59e39c
commit
500a237892
1 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ class GFXGLWindowTarget : public GFXWindowTarget
|
||||||
public:
|
public:
|
||||||
|
|
||||||
GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
|
GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
|
||||||
|
~GFXGLWindowTarget();
|
||||||
|
|
||||||
const Point2I getSize()
|
const Point2I getSize()
|
||||||
{
|
{
|
||||||
return mWindow->getClientExtent();
|
return mWindow->getClientExtent();
|
||||||
|
|
@ -64,4 +66,4 @@ private:
|
||||||
void _WindowPresent();
|
void _WindowPresent();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue