OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
application
framedump_raw.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_APPLICATION_FRAMEDUMP_RAW_HPP
10
#define EAGINE_APPLICATION_FRAMEDUMP_RAW_HPP
11
12
#include "../main_ctx_fwd.hpp"
13
#include "
interface.hpp
"
14
#include <memory>
15
16
namespace
eagine::application
{
17
18
auto
make_raw_framedump(
main_ctx_parent
) -> std::shared_ptr<framedump>;
19
20
}
// namespace eagine::application
21
22
#if !EAGINE_LINK_LIBRARY || defined(EAGINE_IMPLEMENTING_LIBRARY)
23
#include <eagine/application/framedump_raw.inl>
24
#endif
25
26
#endif
eagine::application
Application harness / wrapper code is placed in this namespace.
Definition:
eagine.hpp:72
eagine::main_ctx_parent
const main_ctx_object_parent_info & main_ctx_parent
Alias for main_ctx_object_parent_info parameter type.
Definition:
main_ctx_fwd.hpp:24
interface.hpp
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).