OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eglplus
egl_api_fwd.hpp
Go to the documentation of this file.
1
#ifndef EGLPLUS_EGL_API_FWD_HPP
9
#define EGLPLUS_EGL_API_FWD_HPP
10
11
namespace
eagine::eglp
{
12
//------------------------------------------------------------------------------
13
class
egl_api_traits;
14
15
template
<
typename
ApiTraits>
16
class
basic_egl_api;
17
20
using
egl_api
= basic_egl_api<egl_api_traits>;
21
//------------------------------------------------------------------------------
22
}
// namespace eagine::eglp
23
24
#endif // EGLPLUS_EGL_API_FWD_HPP
eagine::eglp
EGL-related code is placed in this namespace.
Definition:
eglplus.hpp:11
eagine::eglp::egl_api
basic_egl_api< egl_api_traits > egl_api
Alias for the default instantation of basic_egl_api.
Definition:
egl_api_fwd.hpp:20
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).