OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
interop
glx
drawable.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_INTEROP_GLX_DRAWABLE_HPP
10
#define EAGINE_INTEROP_GLX_DRAWABLE_HPP
11
12
#include "../x11/display.hpp"
13
14
#include <GL/glx.h>
15
#include <stdexcept>
16
17
namespace
eagine::glx
{
18
19
using
drawable = x11::base_display_object<::GLXDrawable>;
20
21
}
// namespace eagine::glx
22
23
#endif
eagine::glx
GLX wrapper code is placed in this namespace.
Definition:
x11.hpp:14
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).