Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgix_reference_plane.lisp
blob4a3d8c8a572e8f951c36cf89ae46a1cffea66e9e
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_reference_plane
7 (defglextfun
8 (("ReferencePlaneSGIX" reference-plane-sgix) :args
9 ((:name |equation| :type |Float64| :direction :in :array t :size #x4))
10 :return ("void") :category ("SGIX_reference_plane") :version ("1.0")
11 :glxflags ("SGI") :glxropcode ("2071") :extension nil :glsopcode ("0x0181")
12 :offset ("468")))