6cab922985fba570884de2292465941a99f5422b
[cl-glfw.git] / lib / opengl-amd_vertex_shader_tesselator.lisp
blob6cab922985fba570884de2292465941a99f5422b
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")