On 1/19/2012 11:07 AM, Brian Paul wrote:
No. The _ColorDrawBuffers[] array is indexed by an integer between 0 and _NumColorDrawBuffers-1. The contents of the array is updated by calls to glDrawBuffer() or glDrawBuffersARB().

If you specifically want the front-left buffer you'd use:

ctx->DrawBuffer->Attachment[BUFFER_FRONT_LEFT]->Renderbuffer.

As it turns out, that's exactly what I was looking for, thanks!

--

Dee Sharpe

The difference between what IS done
&  what COULD be done is relational to
what you ARE doing&  what you COULD be doing!

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to