Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-ext_stencil_clear_tag.lisp
blob46649224b70fc693f48be16126205e1f52ed98a8
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_clear_tag
7 (defconstant +stencil-tag-bits-ext+ #x88F2)
8 (defconstant +stencil-clear-tag-value-ext+ #x88F3)
9 (defglextfun "StencilClearTagEXT" stencil-clear-tag-ext :return "void" :args
10 ((:name |stencilTagBits| :type |SizeI| :direction :in)
11 (:name |stencilClearTag| :type |UInt32| :direction :in))
12 :category "EXT_stencil_clear_tag" :version "1.5")