FBO Textures

What is the right way of passing an FBO texture for use in another FBO?

There’s no such thing as an “FBO texture.” A texture is a texture is a texture; it can be used for lots of things. You can stick them in two FBOs just fine; the “right way” is the only way.

Okay. If thats the case can you tell me why I a black screen when I render the following code.

Please see this link for the code. Problems with passing FBO texture to GLSL shader. Please help - OpenGL - Khronos Forums