diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-13 13:23:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-09-13 22:02:39 -0400 |
commit | b1f419114ea546bf3679e7a8dc49bdf268d5fd2a (patch) | |
tree | 56312151c0c8e4aa5149917b96d7e2786b54c818 /.dir-locals.el | |
parent | d507d406b0fa9aac75042f320f141d7b54bccc9b (diff) |
Major rewrite of vertex buffer and vertex array abstractions.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index f5d370b..bd99f3c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,7 +8,8 @@ (eval . (put 'with-projection 'scheme-indent-function 1)) (eval . (put 'with-framebuffer 'scheme-indent-function 1)) (eval . (put 'with-viewport 'scheme-indent-function 1)) - (eval . (put 'with-mapped-vertex-buffer 'scheme-indent-function 1)) + (eval . (put 'with-mapped-buffer 'scheme-indent-function 1)) + (eval . (put 'with-mapped-typed-buffer 'scheme-indent-function 1)) (eval . (put 'uniform-let 'scheme-indent-function 1)) (eval . (put 'call-with-surface 'scheme-indent-function 1)) (eval . (put 'with-new-rect 'scheme-indent-function 1)) |