FBO support

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

Post Reply

Does your graphics card support FBOs

Yes mine does
2
100%
Nope...I need an upgrade
0
No votes
 
Total votes: 2

User avatar
M_D_K
Chaos Rift Demigod
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

Post by M_D_K »

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.
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.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: FBO support

Post by MarauderIIC »

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?
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Falco Girgis
Elysian Shadows Team
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

Post by Falco Girgis »

Yes, mine does support it.
Post Reply