haskell-opengl / OpenGL

Haskell bindings to OpenGL
http://www.haskell.org/haskellwiki/OpenGL
BSD 3-Clause "New" or "Revised" License
147 stars 26 forks source link

GL3.0 Conditional rendering #4

Closed Laar closed 11 years ago

Laar commented 13 years ago

Implement conditional rendering, OpenGL spec sec. 2.14

Laar commented 13 years ago

I've implemented it in laar@5237b3ec294d20cafe38fd4c307a9e59e413e761. Though it's untested and it extracts all the QueryObject code from the PerFragment module to it's own.

Laar commented 13 years ago

Tested, and it works.

Laar commented 11 years ago

Has been merged in #27.