Sleeping Wombat Graphic API
1.010
swGraphicAPI
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
ResourceManager
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
23
#include "
swGraphicAPI/Resources/MeshResources.h
"
24
#include "swGraphicAPI/Resources/BlendingState.h"
25
#include "
swGraphicAPI/Resources/DepthStencilState.h
"
26
#include "swGraphicAPI/Resources/RasterizerState.h"
27
#include "
swGraphicAPI/Rendering/GraphicAPIConstants.h
"
28
#include "
swGraphicAPI/ResourceManager/ResourceManager.h
"
29
#include "
swGraphicAPI/Resources/ResourcesFactory.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
ResourceManager.h
GraphicAPIConstants.h
ResourcesFactory.h
MeshResources.h
Plik zawiera deklaracje formatów wierzchołków oraz klas zawierających assety shadery itp...
DepthStencilState.h
Generated on Sat Mar 4 2017 18:24:40 for Sleeping Wombat Graphic API by
1.8.9.1