Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ext_stencil_two_side.lisp
blob8b9269311b9c8fc32a034af580932ce837def433
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 "ActiveStencilFaceEXT" active-stencil-face-ext :return "void"
10 :args ((:name |face| :type |StencilFaceDirection| :direction :in)) :category
11 "EXT_stencil_two_side" :version "1.3")