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