Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-ext_stencil_two_side.lisp
blob48e3fed5fbee7e5a4bd5311a4117dcec478b3b6e
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")))