diff options
| author | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
|---|---|---|
| committer | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
| commit | 0d8dceea4310fde5706b3ce1c70609d72a38efdf (patch) | |
| tree | c831ef32c2c801a5c5a80401736b52c7b5a528ec /mp/src/public/togl/rendermechanism.h | |
| parent | Updated the SDK with the latest code from the TF and HL2 branches. (diff) | |
| download | source-sdk-2013-master.tar.xz source-sdk-2013-master.zip | |
Diffstat (limited to 'mp/src/public/togl/rendermechanism.h')
| -rw-r--r-- | mp/src/public/togl/rendermechanism.h | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/mp/src/public/togl/rendermechanism.h b/mp/src/public/togl/rendermechanism.h index 928021a5..47be332d 100644 --- a/mp/src/public/togl/rendermechanism.h +++ b/mp/src/public/togl/rendermechanism.h @@ -1,4 +1,27 @@ //========= Copyright Valve Corporation, All rights reserved. ============// +// TOGL CODE LICENSE +// +// Copyright 2011-2014 Valve Corporation +// All Rights Reserved. +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// #ifndef RENDERMECHANISM_H #define RENDERMECHANISM_H @@ -8,11 +31,10 @@ #include <GL/gl.h> #include <GL/glext.h> + #include "tier0/basetypes.h" #include "tier0/platform.h" -#if defined(LINUX) || defined(_WIN32) - #include "togl/linuxwin/glmdebug.h" #include "togl/linuxwin/glbase.h" #include "togl/linuxwin/glentrypoints.h" @@ -29,25 +51,6 @@ #include "togl/linuxwin/dxabstract_types.h" #include "togl/linuxwin/dxabstract.h" -#elif defined(OSX) -#include "togl/osx/glmdebug.h" -//#include "togl/osx/glbase.h" -#include "togl/osx/glentrypoints.h" -#include "togl/osx/glmdisplay.h" -#include "togl/osx/glmdisplaydb.h" -#include "togl/osx/glmgrbasics.h" -#include "togl/osx/glmgrext.h" -#include "togl/osx/cglmbuffer.h" -#include "togl/osx/cglmtex.h" -#include "togl/osx/cglmfbo.h" -#include "togl/osx/cglmprogram.h" -#include "togl/osx/cglmquery.h" -#include "togl/osx/glmgr.h" -#include "togl/osx/dxabstract_types.h" -#include "togl/osx/dxabstract.h" - -#endif - #else //USE_ACTUAL_DX #ifdef WIN32 |