Added initial output of generator scripts.
[cl-glfw.git] / lib / opengl-ext_stencil_two_side.lisp
blob99497f156c4030f69ca280a415f52f955a9a4b6d
2 (in-package #:gl)
4 ;;;; EXT_stencil_two_side
6 (defconstant +stencil-test-two-side-ext+ #x8910)
7 (defconstant +active-stencil-face-ext+ #x8911)
8 (defglextfun
9 (("ActiveStencilFaceEXT" active-stencil-face-ext) :args
10 ((:name |face| :type |StencilFaceDirection| :direction :in)) :return ("void")
11 :category ("EXT_stencil_two_side") :version ("1.3") :glxropcode ("4220")
12 :glsopcode ("?") :offset ("646")))