So how many of you have graphics cards that can run games that use Framebuffer objects. The reason I ask, is because I'm implementing some stuff that use FBOs and I need to get a gauge on support, so I can put in some fallbacks.
You can check by seeing if your card supports GL_FRAMEBUFFER_EXT.
EDIT: Heres an app that will test FBO support. I didn't write this cause I'm in school right now.
FBO support
Moderator: Talkative People
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
FBO support
- Attachments
-
- fbo.rar
- (251.33 KiB) Downloaded 176 times
Last edited by M_D_K on Wed Nov 12, 2008 6:05 am, edited 1 time in total.
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: FBO support
What's the easiest way to do that? Oh, I know, you whip up a program that tries to enable it and then upload it, because I don't want to =)
If you don't want to do that, what's the other easiest way?
If you don't want to do that, what's the other easiest way?
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: FBO support
Yes, mine does support it.