Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_stencil_clear_tag.lisp
blobca353a56d20c9e278f4bd6bbc89b8dc635c81ccc
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_clear_tag
7 (defconstant +stencil-tag-bits-ext+ #x88F2)
8 (defconstant +stencil-clear-tag-value-ext+ #x88F3)
9 (defglextfun
10 (("StencilClearTagEXT" stencil-clear-tag-ext) :args
11 ((:name |stencilTagBits| :type |SizeI| :direction :in)
12 (:name |stencilClearTag| :type |UInt32| :direction :in))
13 :return ("void") :category ("EXT_stencil_clear_tag") :version ("1.5")
14 :extension nil :glxropcode ("4223") :glxflags ("ignore") :glsopcode ("?")
15 :offset ("?")))