mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Add OpenGL support.
This commit is contained in:
parent
c354f59b72
commit
dd08fd2e7d
55 changed files with 2957 additions and 802 deletions
|
|
@ -79,9 +79,6 @@ protected:
|
|||
/// @see GFXTextureManager::addEventDelegate
|
||||
void _onTextureEvent( GFXTexCallbackCode code );
|
||||
|
||||
/// If true our implementation should use AUX buffers
|
||||
bool _needsAux;
|
||||
|
||||
/// Pointer to our internal implementation
|
||||
AutoPtr<_GFXGLTextureTargetImpl> _impl;
|
||||
|
||||
|
|
@ -96,6 +93,9 @@ protected:
|
|||
|
||||
/// @}
|
||||
|
||||
//copy FBO
|
||||
GLuint mCopyFboSrc, mCopyFboDst;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue