Tatooine
mutexhandler.h
Go to the documentation of this file.
1#ifndef TATOOINE_GL_MUTEX_HANDLER_H
2#define TATOOINE_GL_MUTEX_HANDLER_H
3//==============================================================================
4#include <mutex>
5//==============================================================================
7//==============================================================================
8struct mutex {
9 static std::mutex buffer;
10 static std::mutex gl_call;
11};
12//==============================================================================
13} // namespace tatooine::gl::detail
14//==============================================================================
15#endif
Definition: mutexhandler.h:6
Definition: mutexhandler.h:8
static std::mutex buffer
Definition: mutexhandler.h:9
static std::mutex gl_call
Definition: mutexhandler.h:10