cl-opengl
cl-opengl copied to clipboard
cffi warnings about struct types when using GL-ARRAYs
for example running (cl-glut-examples:misc-opengl-array)
prints a bunch of warnings like
STYLE-WARNING:
bare references to struct types are deprecated. Please use (:POINTER
(:STRUCT
CL-GLUT-EXAMPLES::POSITION-COLOR)) or (:STRUCT
CL-GLUT-EXAMPLES::POSITION-COLOR) instead.
see also issue #27.