struct ImGui_ImplSDL2_ViewportData

Overview

struct ImGui_ImplSDL2_ViewportData
{
    // fields

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