Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-sgix_reference_plane.lisp
blob91e55b98e0602f8e7781c9dc9d0fee0f5cd301d4
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 "ReferencePlaneSGIX" reference-plane-sgix :return "void" :args
8 ((:name |equation| :type |Float64| :direction :in :array t :size #x4))
9 :category "SGIX_reference_plane" :version "1.0")