Hi, > It's a bit weird to have win_fb used without being really > initialized. > > Furthermore, there doesn't seem to be guarantee that > glGenFramebuffers(1, &fb->framebuffer) will make only non-0 values.
0 is reserved for the default framebuffer of the current context, i.e. the sdl window in this case. cheers, Gerd