MeshLib C++ Docs
Loading...
Searching...
No Matches
MRRenderImGui.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
4
5namespace MR
6{
9
10
15MRVIEWER_API void renderImGui(
16 const Vector2i& resolution,
17 const std::function<void ()>& configureFunc,
18 const std::function<void ()>& drawFunc
19);
20
21}
MRVIEWER_API void renderImGui(const Vector2i &resolution, const std::function< void()> &configureFunc, const std::function< void()> &drawFunc)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8