Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_stencil_two_side.lisp
blob72ac82e24cfc944f141b19263accb21276e8421c
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 ;;;; ext_stencil_two_side
7 (defconstant +stencil-test-two-side-ext+ #x8910)
8 (defconstant +active-stencil-face-ext+ #x8911)
9 (defglextfun
10 (("ActiveStencilFaceEXT" active-stencil-face-ext) :args
11 ((:name |face| :type |StencilFaceDirection| :direction :in)) :return ("void")
12 :category ("EXT_stencil_two_side") :version ("1.3") :glxropcode ("4220")
13 :glsopcode ("?") :offset ("646")))