struct mola::MolaVizImGuiCore::SubWindowState
Overview
#include <MolaVizImGuiCore.h> struct SubWindowState { // fields mola::gui::WindowDescription desc; int active_tab = 0; bool open = true; unsigned int fbo_id = 0; unsigned int fbo_texture = 0; int fbo_w = 0; int fbo_h = 0; };