-
Member
Regular Contributor
Framebuffer Write Test
It would be nice if OpenGL had functionality to set a fence and then check if anything has been drawn since the fence has been set.
This would be useful for occlusion culling, especially during multipass rendering.
I don't know how easy this would be to implement in hardware, though.
j
-
Re: Framebuffer Write Test
You might look at the GL_HP_occlusion_test extension (just do a search
on www.opengl.org). It's been implemented on both HP Visualize as well as
3D Labs products (and maybe others). HP is working on a new, improved
version which we will release eventually, which allows for multiple pending
visibility test results.
-
Member
Regular Contributor
Re: Framebuffer Write Test
That's almost exactly what I'm looking for. Too bad it isn't used in any consumer class video cards.
j
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules