How do VBOs/FBOs/DisplayLists work in Haskell's OpenGl bindings?
        Posted  
        
            by anon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by anon
        
        
        
        Published on 2010-02-11T20:04:57Z
        Indexed on 
            2010/03/22
            14:21 UTC
        
        
        Read the original article
        Hit count: 404
        
Haskell is about computation by calculation of values.
DisplayLists / FBOs / VBOs are very very stateful by nature. I.e. "give me a display list / buffer object".
How do these bindings work in Haskell?
[I do understand monads; so a technical explaination, as opposed to a fluffy one, is preferred].
Thanks!
© Stack Overflow or respective owner