Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_stencil_two_side.lisp
blobfabe298b10e2526afb1f0df412ae80e322112569
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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")))