libgui|GLFramebuffer: Fall back to no depth/stencil texture (just color)
It is conceivable that some OpenGL drivers do not support adepth24/stencil8 texture in a FBO attachments. In this case, we’lltry to make do without depth information.
View differences
libgui|GLFramebuffer: Fall back to no depth/stencil texture (just color)
It is conceivable that some OpenGL drivers do not support a
depth24/stencil8 texture in a FBO attachments. In this case, we’ll
try to make do without depth information.