mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 14:31:58 +00:00
Rewrite ToGL in OpenGLES(Uncomplete)
This commit is contained in:
@@ -35,21 +35,21 @@
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/platform.h"
|
||||
|
||||
#include "togl/linuxwin/glmdebug.h"
|
||||
#include "togl/linuxwin/glbase.h"
|
||||
#include "togl/linuxwin/glentrypoints.h"
|
||||
#include "togl/linuxwin/glmdisplay.h"
|
||||
#include "togl/linuxwin/glmdisplaydb.h"
|
||||
#include "togl/linuxwin/glmgrbasics.h"
|
||||
#include "togl/linuxwin/glmgrext.h"
|
||||
#include "togl/linuxwin/cglmbuffer.h"
|
||||
#include "togl/linuxwin/cglmtex.h"
|
||||
#include "togl/linuxwin/cglmfbo.h"
|
||||
#include "togl/linuxwin/cglmprogram.h"
|
||||
#include "togl/linuxwin/cglmquery.h"
|
||||
#include "togl/linuxwin/glmgr.h"
|
||||
#include "togl/linuxwin/dxabstract_types.h"
|
||||
#include "togl/linuxwin/dxabstract.h"
|
||||
#include "togles/linuxwin/glmdebug.h"
|
||||
#include "togles/linuxwin/glbase.h"
|
||||
#include "togles/linuxwin/glentrypoints.h"
|
||||
#include "togles/linuxwin/glmdisplay.h"
|
||||
#include "togles/linuxwin/glmdisplaydb.h"
|
||||
#include "togles/linuxwin/glmgrbasics.h"
|
||||
#include "togles/linuxwin/glmgrext.h"
|
||||
#include "togles/linuxwin/cglmbuffer.h"
|
||||
#include "togles/linuxwin/cglmtex.h"
|
||||
#include "togles/linuxwin/cglmfbo.h"
|
||||
#include "togles/linuxwin/cglmprogram.h"
|
||||
#include "togles/linuxwin/cglmquery.h"
|
||||
#include "togles/linuxwin/glmgr.h"
|
||||
#include "togles/linuxwin/dxabstract_types.h"
|
||||
#include "togles/linuxwin/dxabstract.h"
|
||||
|
||||
#else
|
||||
//USE_ACTUAL_DX
|
||||
|
||||
Reference in New Issue
Block a user