ImGuiViewportDataSDL2

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
static if(CIMGUI_USER_DEFINED_IMPLEMENTATION)
static if(CIMGUI_VIEWPORT_BRANCH)
struct ImGuiViewportDataSDL2 {}

Members

Variables

GLContext
SDL_GLContext GLContext;
Undocumented in source.
Window
SDL_Window* Window;
Undocumented in source.
WindowID
Uint32 WindowID;
Undocumented in source.
WindowOwned
bool WindowOwned;
Undocumented in source.

Meta