On Wed, Jun 4, 2014 at 6:25 PM, Mick Charles Beaver <m...@cs.wisc.edu> wrote:
> Is there something special that needs to be done for loading extensions on
> Windows? The shader-vao sample runs for me, but I can't determine if GLUT is
> doing something special or not.

This is the special bit that GLUT does:

;; <https://github.com/3b/cl-opengl/blob/master/glut/init.lisp#L60>
(setq %gl:*gl-get-proc-address* 'get-proc-address)

SDL should have something similar to glutGetProcAddress().

HTH,

-- 
Luís Oliveira
http://kerno.org/~luis/

_______________________________________________
Cl-opengl-devel mailing list
Cl-opengl-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel

Reply via email to