Re: [HOpenGL] RE: ANNOUNCE: GPipe-1.0.0: A functional graphics API for programmable GPUs
Jake McArthur <[email protected]> Tue, 06 Oct 2009 08:58:35 -0500
| Newsgroups | gmane.comp.lang.haskell.general,gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Speaking of texture, I tried rendering to a texture and sampling it and
got an error:
Main: user error (unknown OpenGL extension entry glUniform1uiv,
check for OpenGL 3.1)
I'm on Linux 2.6.30 with Mesa 7.5.1. Of course Mesa doesn't have support
for OpenGL 3.1 yet, but your description of GPipe says it only needs
OpenGL 2.1. Is this a GPipe bug or something else?
- Jake