diff options
-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 |