Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-nv_geometry_program4.lisp
blob59822381e9020a3dc6b1b932619b7fb002ac064c
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; NV_geometry_program4
7 (defconstant +lines-adjacency-ext+ #xA)
8 (defconstant +line-strip-adjacency-ext+ #xB)
9 (defconstant +triangles-adjacency-ext+ #xC)
10 (defconstant +triangle-strip-adjacency-ext+ #xD)
11 (defconstant +geometry-program-nv+ #x8C26)
12 (defconstant +max-program-output-vertices-nv+ #x8C27)
13 (defconstant +max-program-total-output-components-nv+ #x8C28)
14 (defconstant +geometry-vertices-out-ext+ #x8DDA)
15 (defconstant +geometry-input-type-ext+ #x8DDB)
16 (defconstant +geometry-output-type-ext+ #x8DDC)
17 (defconstant +max-geometry-texture-image-units-ext+ #x8C29)
18 (defconstant +framebuffer-attachment-layered-ext+ #x8DA7)
19 (defconstant +framebuffer-incomplete-layer-targets-ext+ #x8DA8)
20 (defconstant +framebuffer-incomplete-layer-count-ext+ #x8DA9)
21 (defconstant +program-point-size-ext+ #x8642)
22 (defglextfun
23 (("FramebufferTextureFaceEXT" framebuffer-texture-face-ext) :args
24 ((:name |target| :type |FramebufferTarget| :direction :in)
25 (:name |attachment| :type |FramebufferAttachment| :direction :in)
26 (:name |texture| :type |Texture| :direction :in)
27 (:name |level| :type |CheckedInt32| :direction :in)
28 (:name |face| :type |TextureTarget| :direction :in))
29 :return ("void") :category ("NV_geometry_program4") :version ("2.0")
30 :extension ("soft" "WINSOFT") :dlflags ("notlistable") :glfflags ("ignore")
31 :glsflags ("ignore") :glxflags ("ignore")))
32 (defglextfun
33 (("FramebufferTextureLayerEXT" framebuffer-texture-layer-ext) :args
34 ((:name |target| :type |FramebufferTarget| :direction :in)
35 (:name |attachment| :type |FramebufferAttachment| :direction :in)
36 (:name |texture| :type |Texture| :direction :in)
37 (:name |level| :type |CheckedInt32| :direction :in)
38 (:name |layer| :type |CheckedInt32| :direction :in))
39 :return ("void") :category ("NV_geometry_program4") :version ("2.0")
40 :extension ("soft" "WINSOFT") :dlflags ("notlistable") :glfflags ("ignore")
41 :glsflags ("ignore") :glxflags ("ignore")))
42 (defglextfun
43 (("FramebufferTextureEXT" framebuffer-texture-ext) :args
44 ((:name |target| :type |FramebufferTarget| :direction :in)
45 (:name |attachment| :type |FramebufferAttachment| :direction :in)
46 (:name |texture| :type |Texture| :direction :in)
47 (:name |level| :type |CheckedInt32| :direction :in))
48 :return ("void") :category ("NV_geometry_program4") :version ("2.0")
49 :extension ("soft" "WINSOFT") :dlflags ("notlistable") :glfflags ("ignore")
50 :glsflags ("ignore") :glxflags ("ignore")))
51 (defglextfun
52 (("ProgramVertexLimitNV" program-vertex-limit-nv) :args
53 ((:name |target| :type |ProgramTarget| :direction :in)
54 (:name |limit| :type |Int32| :direction :in))
55 :return ("void") :category ("NV_geometry_program4") :version ("2.0")
56 :extension ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore")
57 :glxflags ("ignore")))