-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm trying to let bind an array of vec4's, and I can't for the life of me figure this out :)
I'm trying to generate something like this:
vec4 verts[4] = vec4[4](vec4(...), vec4(...), vec4(...), vec4(...));I've tried:
(let (((verts (:vec4 4))) (setf (aref verts 0) ...) ...)as well as various incantations of make-array. Nothing I try is working and I'm seeking any help I can get here. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels