Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Graphic.hpp
Go to the documentation of this file.
1#pragma once
2
3// Resources
10#include "resource/Context.hpp"
14#include "resource/Image.hpp"
15#include "resource/Limits.hpp"
18#include "resource/Sampler.hpp"
20#include "resource/Shader.hpp"
23#include "resource/Surface.hpp"
24#include "resource/Texture.hpp"
28
29// Utils
35#include "utils/IValidable.hpp"
45
46// Exceptions
66
67// Plugin
69
70// Systems
85
87
89
91