Removed unused functions
[cl-glfw.git] / lib / opengl-sgix_reference_plane.lisp
blob20e26af527f7b0f321da2c492d2c7a3cd5811db0
1 ;;;; This file was automatically generated by nil
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")))