Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-sgis_multisample.lisp
blob9396009831c518eb40d1d3595e358de3fd04e40f
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; SGIS_multisample
7 (defglextfun
8 (("SamplePatternSGIS" sample-pattern-sgis) :args
9 ((:name |pattern| :type |SamplePatternSGIS| :direction :in)) :return ("void")
10 :category ("SGIS_multisample") :version ("1.0") :glxropcode ("2049")
11 :glxflags ("SGI") :extension nil :alias ("SamplePatternEXT") :glsalias
12 ("SamplePatternEXT")))
13 (defglextfun
14 (("SampleMaskSGIS" sample-mask-sgis) :args
15 ((:name |value| :type |ClampedFloat32| :direction :in)
16 (:name |invert| :type |Boolean| :direction :in))
17 :return ("void") :category ("SGIS_multisample") :version ("1.1") :glxropcode
18 ("2048") :glxflags ("SGI") :extension nil :alias ("SampleMaskEXT") :glsalias
19 ("SampleMaskEXT")))