Added initial output of generator scripts.
[cl-glfw.git] / lib / opengl-sgix_tag_sample_buffer.lisp
blobc1c45eed73e7443bcbfb442972e993ebfa5104e2
2 (in-package #:gl)
4 ;;;; SGIX_tag_sample_buffer
6 (defglextfun
7 (("TagSampleBufferSGIX" tag-sample-buffer-sgix) :args nil :return ("void")
8 :category ("SGIX_tag_sample_buffer") :version ("1.0") :glxropcode ("2050")
9 :glxflags ("SGI") :extension nil :glsopcode ("0x0162") :offset ("467")))