Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgis_multisample.lisp
blob5c0e3f83337c7b247a89a1f30c22f69386de9792
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 ;;;; sgis_multisample
7 (defglextfun "SamplePatternSGIS" sample-pattern-sgis :return "void" :args
8 ((:name |pattern| :type |SamplePatternSGIS| :direction :in)) :category
9 "SGIS_multisample" :deprecated nil :version "1.0")
10 (defglextfun "SampleMaskSGIS" sample-mask-sgis :return "void" :args
11 ((:name |value| :type |ClampedFloat32| :direction :in)
12 (:name |invert| :type |Boolean| :direction :in))
13 :category "SGIS_multisample" :deprecated nil :version "1.1")
14 (make-extension-loader |SGIS_multisample|
15 (("SamplePatternSGIS" sample-pattern-sgis :return "void" :args
16 ((:name |pattern| :type |SamplePatternSGIS| :direction :in)) :category
17 "SGIS_multisample" :deprecated nil :version "1.0")
18 ("SampleMaskSGIS" sample-mask-sgis :return "void" :args
19 ((:name |value| :type |ClampedFloat32| :direction :in)
20 (:name |invert| :type |Boolean| :direction :in))
21 :category "SGIS_multisample" :deprecated nil :version "1.1")))