cl-opengl icon indicating copy to clipboard operation
cl-opengl copied to clipboard

cffi warnings about struct types when using GL-ARRAYs

Open 3b opened this issue 11 years ago • 1 comments

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.

3b avatar Jul 30 '13 20:07 3b

see also issue #27.

3b avatar Jul 30 '13 20:07 3b