Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgix_pixel_texture.lisp
blobf4e94626befa9f8ea0d7fc37de10051db19af2ec
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; sgix_pixel_texture
7 (defglextfun
8 (("PixelTexGenSGIX" pixel-tex-gen-sgix) :args
9 ((:name |mode| :type |PixelTexGenModeSGIX| :direction :in)) :return ("void")
10 :category ("SGIX_pixel_texture") :version ("1.0") :glxflags ("SGI")
11 :glxropcode ("2059") :extension nil :glsopcode ("0x0170") :offset ("430")))