Re: [PATCH] guile-figl - Add wrappers for common texture functions.

2013-07-19 Thread David Thompson
On 07/19/2013 12:38 PM, Daniel Hartwig wrote: On 13 June 2013 09:14, David Thompson wrote: Filled in some holes regarding OpenGL texture functions. There are 2 left as TODO that I'm not quite sure how to handle nicely. Hello Thanks also for this patch, though I am not applying it at the mome

Re: [PATCH] guile-figl - Add wrappers for common texture functions.

2013-07-19 Thread Daniel Hartwig
On 13 June 2013 09:14, David Thompson wrote: > Filled in some holes regarding OpenGL texture functions. There are 2 > left as TODO that I'm not quite sure how to handle nicely. > Hello Thanks also for this patch, though I am not applying it at the moment. I have inserted some comments inline, a

[PATCH] guile-figl - Add wrappers for common texture functions.

2013-06-12 Thread David Thompson
Filled in some holes regarding OpenGL texture functions. There are 2 left as TODO that I'm not quite sure how to handle nicely. --- figl/gl.scm | 76 + 1 file changed, 72 insertions(+), 4 deletions(-) diff --git a/figl/gl.scm b/figl/gl.