mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Add OpenGL support.
This commit is contained in:
parent
c354f59b72
commit
dd08fd2e7d
55 changed files with 2957 additions and 802 deletions
|
|
@ -30,12 +30,14 @@
|
|||
#include "sim/actionMap.h"
|
||||
|
||||
class Win32WindowManager;
|
||||
class GFXGLDevice;
|
||||
|
||||
/// Implementation of a window on Win32.
|
||||
class Win32Window : public PlatformWindow
|
||||
{
|
||||
friend class Win32WindowManager;
|
||||
friend class GFXPCD3D9Device;
|
||||
friend class GFXGLDevice;
|
||||
friend class GFXPCD3D9WindowTarget;
|
||||
friend class GFXD3D8WindowTarget;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue