Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-amd_sample_positions.lisp
blob543c13f154ed626ed553b0cf1fdb7b18fd984284
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 ;;;; amd_sample_positions
7 (defconstant +subsample-distance-amd+ #x883F)
8 (defconstant +subsample-distance-amd+ #x883F)
9 (defglextfun "SetMultisamplefvAMD" set-multisamplefv-amd :return "void" :args
10 ((:name |pname| :type |GLenum| :direction :in)
11 (:name |index| :type |UInt32| :direction :in)
12 (:name |val| :type |Float32| :direction :in :array t :size #x2))
13 :category "AMD_sample_positions" :deprecated nil :version "3.2")
14 (make-extension-loader |AMD_sample_positions|
15 (("SetMultisamplefvAMD" set-multisamplefv-amd :return "void" :args
16 ((:name |pname| :type |GLenum| :direction :in)
17 (:name |index| :type |UInt32| :direction :in)
18 (:name |val| :type |Float32| :direction :in :array t :size #x2))
19 :category "AMD_sample_positions" :deprecated nil :version "3.2")))