cepl
cepl copied to clipboard
make-ubo allows struct types with std-430 layout
(defstruct-g (bar :layout :std-430)
(a :int)
(b (:float 5)))
(make-ubo nil 'bar)