Tatooine
gl
include
tatooine
gl
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
//==============================================================================
6
namespace
tatooine::gl::detail
{
7
//==============================================================================
8
struct
mutex
{
9
static
std::mutex
buffer
;
10
static
std::mutex
gl_call
;
11
};
12
//==============================================================================
13
}
// namespace tatooine::gl::detail
14
//==============================================================================
15
#endif
tatooine::gl::detail
Definition:
mutexhandler.h:6
tatooine::gl::detail::mutex
Definition:
mutexhandler.h:8
tatooine::gl::detail::mutex::buffer
static std::mutex buffer
Definition:
mutexhandler.h:9
tatooine::gl::detail::mutex::gl_call
static std::mutex gl_call
Definition:
mutexhandler.h:10
Generated by
1.9.5