]> git.jsancho.org Git - guile-assimp.git/commit
Use bytevectors instead structs when passing pointers to arrays
authorJavier Sancho <jsf@jsancho.org>
Wed, 30 Jul 2014 11:34:38 +0000 (13:34 +0200)
committerJavier Sancho <jsf@jsancho.org>
Wed, 30 Jul 2014 11:34:38 +0000 (13:34 +0200)
commitd90f35ebd1816b818700badf108882040e82c5cb
tree02e4a98466d1e5e9fdcd6bfac1b2917dc7cd1301
parente345b57476fa5818e0cd2ae8153532381f8a6c0a
Use bytevectors instead structs when passing pointers to arrays
of numbers to the assimp C library.

* src/assimp.scm: Replace make-c-struct calls with bytevector->pointer
src/assimp.scm