Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-ext_stencil_two_side.lisp
blob6ec75c558fced3c579c857dba356f9416b0ccedf
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 (defconstant +mirror-clamp-to-border-ext+ #x8912)
10 (defconstant +samples-passed+ #x8914)
11 (defconstant +samples-passed-arb+ #x8914)
12 (defconstant +stencil-test-two-side-ext+ #x8910)
13 (defconstant +active-stencil-face-ext+ #x8911)
14 (defglextfun "ActiveStencilFaceEXT" active-stencil-face-ext :return "void"
15 :args ((:name |face| :type |StencilFaceDirection| :direction :in)) :category
16 "EXT_stencil_two_side" :deprecated nil :version "1.3")
17 (make-extension-loader |EXT_stencil_two_side|
18 (("ActiveStencilFaceEXT" active-stencil-face-ext :return "void" :args
19 ((:name |face| :type |StencilFaceDirection| :direction :in)) :category
20 "EXT_stencil_two_side" :deprecated nil :version "1.3")))