Added comments to files that are auto-generated.
[cl-glfw.git] / lib / opengl-sgix_reference_plane.lisp
blobff5f08a99c9028c68fa3a22aef57f4454d98853b
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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")))