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"
26
27// Utils
33#include "utils/IValidable.hpp"
43
44// Exceptions
64
65// Plugin
67
68// Systems
83
85
87
89