GTWindows.h
Go to the documentation of this file.
1 // David Eberly, Geometric Tools, Redmond WA 98052
2 // Copyright (c) 1998-2017
3 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt
5 // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
6 // File Version: 3.0.1 (2016/09/12)
7 
8 #pragma once
9 
11 
12 #if defined(__MSWINDOWS__)
13 
17 
18 #if defined(GTE_DEV_OPENGL)
21 #elif defined(GTE_USE_DX12)
22 #include <Applications/MSW/DX12/GteWindow.h>
23 #include <Applications/MSW/DX12/GteWindowSystem.h>
24 #else
27 #endif
28 
29 #endif
30 
31 #if defined(__LINUX__)
35 #endif


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:02