Closed tomscii closed 6 months ago
As a consequence, alloc-gl-array now takes proper cffi struct types as well as primitive types. Therefore, one has to write: (gl:alloc-gl-array '(:struct position-color) 5) instead of (gl:alloc-gl-array 'position-color 5)
Closes #41
merged manually
As a consequence, alloc-gl-array now takes proper cffi struct types as well as primitive types. Therefore, one has to write: (gl:alloc-gl-array '(:struct position-color) 5) instead of (gl:alloc-gl-array 'position-color 5)
Closes #41