28#ifdef IMGUI_IMPL_OPENGL_LOADER_GL3W
31struct ImGuiScreenshotImageBuf
38 ImGuiScreenshotImageBuf(
int x,
int y,
size_t w,
size_t h);
42 void SaveFile(
const char* filename);
53 std::vector<uint32_t> Data;
void loadImPlotStyleFromConfigFile(const char *path, ImPlotStyle &imPlotStyle)
Loads the ImPlotStyle from a json file.