ImGuiViewportDataSDL2

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(CIMGUI_USER_DEFINED_IMPLEMENTATION_SDL && CIMGUI_VIEWPORT_BRANCH)
extern (C)
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