Sleeping Wombat Graphic API  1.010
swGraphicAPI
stdafx.h
1 #pragma once
2 // stdafx.h : include file for standard system include files,
3 // or project specific include files that are used frequently, but
4 // are changed infrequently
5 //
6 
7 
10 #ifndef DISABLE_PRECOMPILED_HEADER
11 
12 
13 #include <cassert>
14 
15 #include <string>
16 #include <vector>
17 #include <map>
18 
19 #include <DirectXMath.h>
20 
21 #include "swCommonLib/Common/RTTR.h"
22 
24 #include "swGraphicAPI/Resources/BlendingState.h"
26 #include "swGraphicAPI/Resources/RasterizerState.h"
30 #include "swGraphicAPI/Resources/SwapChain.h"
31 
32 #undef min
33 #undef max
34 #undef RegisterClass
35 
36 
37 #endif // !DISABLE_PRECOMPILED_HEADER
38 
39 
Plik zawiera deklaracje formatów wierzchołków oraz klas zawierających assety shadery itp...