Let's say I want to render to the FBO that only has a depth texture attached. When I normally check the status of the FBO, I get some error message that I forgot to write down. I have to call glDrawBuffer(GL_NONE) for check FBO status to return OK. Is that correct?
I was able to render to the FBO later in my code and it works.
I'm on an nvidia right now so I don't know if ATI has sone other behavior.
What is the officially correct way to do this?



