On Friday 08 September 2006 01:04, H. Verbeet wrote:
packed_depth_stencil is currently the only way to attach a depth or stencil buffer to an FBO an have it work.
I don't believe so. I'm quite sure I was able to use a depth-only buffer and attach it to an FBO. However, I couldn't attach a stencil buffer unless it was a packed depth+stencil buffer (and probably the same buffer that was attached as the depth buffer; though I never tested that).