add high-level gl bindings for fragment and framebuffer operations
authorDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 04:19:04 +0000 (12:19 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 04:19:04 +0000 (12:19 +0800)
commitea80f8019fdd4cb65200c7116246f8f906cca581
treec477dc31b32b9694c262503388b80422bb2924b5
parent276f55f793278cbd12ed8fdacca31901d8bdbd60
add high-level gl bindings for fragment and framebuffer operations

* figl/gl.scm (gl-clear, set-gl-clear-color, etc.): High-level
  bindings for functions pertaining to fragment and framebuffer
  operations.  There is now enough high-level to run the fixed
  function pipeline.

* examples/glut/demo.scm: Use high-level gl bindings.
examples/glut/demo.scm
figl/gl.scm