MRT with different background color

Hi,

I work with Multiple Render Targets and I want to render every render target with another background color. But every texture has the same background color (which I’ve set with glClearColor).

Is there any way to set another background color or do I have to use a post processing step?

You want glClearBuffer.

Thank you for the quick answer, that’s exactly the functions which I’ve searched.

But the next problem is, that there is a problem with the entry point in the DLL. But that’s not a problem for this forum.

Ever heard about GLEW ?