Hello Guest

[SOLVED]Need help with FrameBuffer for post processing

  • 16 Replies
  • 18208 Views
*

Offline quew8

  • *****
  • 569
  • Because Square Eyes Look More Real
Re: Need help with FrameBuffer for post processing
« Reply #15 on: May 10, 2014, 23:04:23 »
Well at least you know where to look now. The ARB is an extension introduced before FBOs became core in 3.0. That's how most features are introduced into OpernGl, first as an extension then if there is popular support then it is added into the core profile.

The vast majority of the extension is exactly the same as the core just with ARB added on the end of names. A few things have different names but do the same thing. And a tiny few are added \removed.

*

bogieman9876

Re: Need help with FrameBuffer for post processing
« Reply #16 on: May 11, 2014, 19:24:46 »
Yay, I got it working :D

So all in all, the problem was with the square used to render the texture to.

Thanks for the help guys :D