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
>
4
#include <
JobSystem/Requirements.hpp
>
5
6
namespace
shkyera
{
7
8
struct
OpenGLResourceTag
:
public
ResourceTag
{};
9
10
template
<>
11
inline
constexpr
bool
OnlyMainThread<OpenGLResourceTag>
=
true
;
12
13
}
// namespace shkyera
Requirements.hpp
TypeInfo.hpp
shkyera
Definition
Asset.hpp:6
shkyera::Clock
Definition
Clock.hpp:9
shkyera::OpenGLResourceTag
Definition
OpenGLResource.hpp:8
shkyera::ResourceTag
Definition
Requirements.hpp:12
src
Rendering
OpenGLResource.hpp
Generated by
1.9.8
Franciszek Szewczyk © 2023