Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
OpenGLResource.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Common/TypeInfo.hpp>
5
6namespace shkyera {
7
8struct OpenGLResourceTag : public ResourceTag {};
9
10template <>
11inline constexpr bool OnlyMainThread<OpenGLResourceTag> = true;
12
13} // namespace shkyera
Definition Asset.hpp:6
Definition Clock.hpp:9
Definition OpenGLResource.hpp:8
Definition Requirements.hpp:12