struct ImGui_ImplSDL3_ViewportData

Overview

struct ImGui_ImplSDL3_ViewportData
{
    // fields

    SDL_Window* Window;
    SDL_Window* ParentWindow;
    Uint32 WindowID;
    bool WindowOwned;
    SDL_GLContext GLContext;
};