Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-amd_vertex_shader_tesselator.lisp
blob5238f16b3dc110ee8b295fb4f36b3321c3dcc4f6
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_vertex_shader_tesselator
7 (defconstant +sampler-buffer-amd+ #x9001)
8 (defconstant +int-sampler-buffer-amd+ #x9002)
9 (defconstant +unsigned-int-sampler-buffer-amd+ #x9003)
10 (defconstant +tessellation-mode-amd+ #x9004)
11 (defconstant +tessellation-factor-amd+ #x9005)
12 (defconstant +discrete-amd+ #x9006)
13 (defconstant +continuous-amd+ #x9007)
14 (defconstant +sampler-buffer-amd+ #x9001)
15 (defconstant +int-sampler-buffer-amd+ #x9002)
16 (defconstant +unsigned-int-sampler-buffer-amd+ #x9003)
17 (defconstant +tessellation-mode-amd+ #x9004)
18 (defconstant +tessellation-factor-amd+ #x9005)
19 (defconstant +discrete-amd+ #x9006)
20 (defconstant +continuous-amd+ #x9007)
21 (defglextfun "TessellationModeAMD" tessellation-mode-amd :return "void" :args
22 ((:name |mode| :type |GLenum| :direction :in)) :category
23 "AMD_vertex_shader_tesselator" :deprecated nil :version "2.0")
24 (defglextfun "TessellationFactorAMD" tessellation-factor-amd :return "void"
25 :args ((:name |factor| :type |Float32| :direction :in)) :category
26 "AMD_vertex_shader_tesselator" :deprecated nil :version "2.0")
27 (make-extension-loader |AMD_vertex_shader_tesselator|
28 (("TessellationModeAMD" tessellation-mode-amd :return "void" :args
29 ((:name |mode| :type |GLenum| :direction :in)) :category
30 "AMD_vertex_shader_tesselator" :deprecated nil :version "2.0")
31 ("TessellationFactorAMD" tessellation-factor-amd :return "void" :args
32 ((:name |factor| :type |Float32| :direction :in)) :category
33 "AMD_vertex_shader_tesselator" :deprecated nil :version "2.0")))