Skip to content
  • Dan Lipsa's avatar
    BUG: The EGL Window was reinitialized on resize. · 3bd08317
    Dan Lipsa authored
    OpenGL windows have two initialization routines:
    WindowInitialize and Initialize. The first routine
    is a hard init: creates the opengl context and calls openglinit.
    The second routine does a WindowInitialize, if necessary, and then
    creates/resizes the off-screen window. The problem was that Initialize
    was always calling WindowInitialize.
    3bd08317