diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-09 19:58:50 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-09 19:58:50 -0500 |
commit | 7d4fd17a18e12c0e5fbc8618378bacd488c2678e (patch) | |
tree | 786608f824f553224e93f1db4615f368f2aed1bb | |
parent | 18b48eaa3fcee9bc8018348a93391fef9e68a630 (diff) |
render: Export additional procedures.
-rw-r--r-- | sly/render.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sly/render.scm b/sly/render.scm index 215629f..e69f756 100644 --- a/sly/render.scm +++ b/sly/render.scm @@ -64,8 +64,15 @@ graphics-projection-mul! graphics-projection-identity! graphics-projection-excursion + graphics-blend-mode-excursion + graphics-depth-test-excursion + graphics-texture-excursion + graphics-shader-excursion + graphics-mesh-excursion + graphics-framebuffer-excursion + graphics-viewport excursion + graphics-uniform-excursion with-graphics - with-graphics-excursion render-lift render-lift1 |