struct mrpt::gui::CDisplayWindowGUI_ParamsΒΆ
#include <mrpt/gui/CDisplayWindowGUI.h> struct CDisplayWindowGUI_Params { // fields bool resizable = true; bool fullscreen = false; int colorBits = 8; int alphaBits = 8; int depthBits = 24; int stencilBits = 8; int nSamples = 0; unsigned int glMajor = 3; unsigned int glMinor = 3; bool maximized = false; };