Added extra test platform.
[cl-glfw.git] / lib / opengl-sgix_reference_plane.lisp
blob7e4c01ecafddba2ac053695d3d18da6863a9bb9c
2 (in-package #:gl)
4 ;;;; SGIX_reference_plane
6 (defglextfun
7 (("ReferencePlaneSGIX" reference-plane-sgix) :args
8 ((:name |equation| :type |Float64| :direction :in :array t :size #x4))
9 :return ("void") :category ("SGIX_reference_plane") :version ("1.0")
10 :glxflags ("SGI") :glxropcode ("2071") :extension nil :glsopcode ("0x0181")
11 :offset ("468")))