3b/cl-opengl

`gl:with-primitive` only returns 1 value

Opened this issue · 0 comments

3b commented

Would be nicer if it returned all values, instead of dropping any extras.
Possibly use alexandria:multiple-value-prog2 instead of prog2 as it currently does.