I've been slowly getting my head round the gl-array macros and there is one last thing that is confusing me
(defstruct (gl-array (:copier nil))"Pointer to C array with size and type information attached."(pointer (null-pointer))(size 0 :type unsigned-byte)(type nil :type symbol))
There's probably something I'm missing and if anyone can explain that would be great!Thanks folks