API Documentation
Loading...
Searching...
No Matches
GraphicsPCH.h
Go to the documentation of this file.
1
/*--------------------------------------------------------------------------------------------
2
Copyright (c) 2019, NDEVR LLC
3
tyler.parke@ndevr.org
4
__ __ ____ _____ __ __ _______
5
| \ | | | __ \ | ___|\ \ / / | __ \
6
| \ | | | | \ \ | |___ \ \ / / | |__) |
7
| . \| | | |__/ / | |___ \ V / | _ /
8
| |\ |_|_____/__|_____|___\_/____| | \ \
9
|__| \__________________________________| \__\
10
11
Subject to the terms of the Enterprise+ Agreement, NDEVR hereby grants
12
Licensee a limited, non-exclusive, non-transferable, royalty-free license
13
(without the right to sublicense) to use the API solely for the purpose of
14
Licensee's internal development efforts to develop applications for which
15
the API was provided.
16
17
The above copyright notice and this permission notice shall be included in all
18
copies or substantial portions of the Software.
19
20
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
21
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
22
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
23
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
24
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
DEALINGS IN THE SOFTWARE.
26
27
Library: Graphics
28
File: GraphicsPCH
29
Included in API: True
30
Author(s): Tyler Parke
31
*-----------------------------------------------------------------------------------------**/
32
#pragma once
33
#include "
Base/Headers/Dictionary.h
"
34
#include "
Base/Headers/Resource.h
"
35
#include "
Base/Headers/ResourceListener.h
"
36
#include "
Base/Headers/BasicResourceListener.h
"
37
#include "
Base/Headers/BaseValues.hpp
"
38
#include "
Base/Headers/BaseFunctions.hpp
"
39
#include "
Base/Headers/Pointer.hpp
"
40
#include "
Base/Headers/Buffer.hpp
"
41
#include "
Base/Headers/BoolBuffer.hpp
"
42
#include "
Base/Headers/TypeInfo.h
"
43
#include "
Base/Headers/RGBColor.h
"
44
#include "
Base/Headers/ACIColor.h
"
45
#include "
Base/Headers/LABColor.h
"
46
#include "
Base/Headers/Intersection.hpp
"
47
#include "
Base/Headers/Line.hpp
"
48
#include "
Base/Headers/Bounds.hpp
"
49
#include "
Base/Headers/Angle.h
"
50
#include "
Base/Headers/AngleFunctions.h
"
51
#include "
Base/Headers/Vector.hpp
"
52
#include "
Base/Headers/BoolVector.hpp
"
53
#include "
Base/Headers/Vertex.hpp
"
54
#include "
Base/Headers/VectorFunctions.hpp
"
55
#include "
Base/Headers/Matrix.hpp
"
56
#include "
Base/Headers/MatrixFunctions.h
"
57
#include "
Base/Headers/String.h
"
58
#include "
Base/Headers/File.h
"
59
#include "
Base/Headers/UUID.h
"
60
#include "
Base/Headers/Thread.h
"
61
#include "
Base/Headers/ConcurrentOperation.h
"
62
#include "
Base/Headers/Exception.h
"
63
#include "
Base/Headers/LibAssert.h
"
64
#include "
Base/Headers/RWLock.h
"
65
#include "
VulkanDefines.h
"
66
#include <functional>
67
#include <algorithm>
68
#include <fstream>
69
#if VK_NO_PROTOTYPES
70
#include "
VulkanGraphics/Headers/vulkan_wrapper.h
"
71
#else
72
#include <vulkan/vulkan.h>
73
#endif
74
ACIColor.h
Angle.h
AngleFunctions.h
BaseFunctions.hpp
BaseValues.hpp
BasicResourceListener.h
BoolBuffer.hpp
BoolVector.hpp
Bounds.hpp
Buffer.hpp
ConcurrentOperation.h
Dictionary.h
Exception.h
File.h
Intersection.hpp
LABColor.h
LibAssert.h
Line.hpp
Matrix.hpp
MatrixFunctions.h
Pointer.hpp
RGBColor.h
RWLock.h
Resource.h
ResourceListener.h
String.h
Thread.h
TypeInfo.h
UUID.h
Vector.hpp
VectorFunctions.hpp
Vertex.hpp
VulkanDefines.h
vulkan_wrapper.h
VulkanGraphics
Headers
GraphicsPCH.h