Fixed package name
[cl-glfw.git] / lib / opengl-sgis_multisample.lisp
blob3ad0d087ff4d019713ecccb19a715e633ec3d7de
2 (in-package #:gl)
4 ;;;; SGIS_multisample
6 (defglextfun
7 (("SamplePatternSGIS" sample-pattern-sgis) :args
8 ((:name |pattern| :type |SamplePatternSGIS| :direction :in)) :return ("void")
9 :category ("SGIS_multisample") :version ("1.0") :glxropcode ("2049")
10 :glxflags ("SGI") :extension nil :alias ("SamplePatternEXT") :glsalias
11 ("SamplePatternEXT")))
12 (defglextfun
13 (("SampleMaskSGIS" sample-mask-sgis) :args
14 ((:name |value| :type |ClampedFloat32| :direction :in)
15 (:name |invert| :type |Boolean| :direction :in))
16 :return ("void") :category ("SGIS_multisample") :version ("1.1") :glxropcode
17 ("2048") :glxflags ("SGI") :extension nil :alias ("SampleMaskEXT") :glsalias
18 ("SampleMaskEXT")))