Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ext_vertex_weighting.lisp
blob113f629f548eb0f499fa923917d1892d050b3d82
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 ;;;; ext_vertex_weighting
7 (defconstant +modelview0-stack-depth-ext+ #xBA3)
8 (defconstant +modelview1-stack-depth-ext+ #x8502)
9 (defconstant +modelview0-matrix-ext+ #xBA6)
10 (defconstant +modelview1-matrix-ext+ #x8506)
11 (defconstant +vertex-weighting-ext+ #x8509)
12 (defconstant +modelview0-ext+ #x1700)
13 (defconstant +modelview1-ext+ #x850A)
14 (defconstant +current-vertex-weight-ext+ #x850B)
15 (defconstant +vertex-weight-array-ext+ #x850C)
16 (defconstant +vertex-weight-array-size-ext+ #x850D)
17 (defconstant +vertex-weight-array-type-ext+ #x850E)
18 (defconstant +vertex-weight-array-stride-ext+ #x850F)
19 (defconstant +vertex-weight-array-pointer-ext+ #x8510)
20 (defglextfun "VertexWeightPointerEXT" vertex-weight-pointer-ext :return "void"
21 :args
22 ((:name |size| :type |SizeI| :direction :in)
23 (:name |type| :type |VertexWeightPointerTypeEXT| :direction :in)
24 (:name |stride| :type |SizeI| :direction :in)
25 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
26 :retained t))
27 :category "EXT_vertex_weighting" :version "1.1")
28 (defglextfun "VertexWeightfvEXT" vertex-weight-fv-ext :return "void" :args
29 ((:name |weight| :type |Float32| :direction :in :array t :size #x1)) :category
30 "EXT_vertex_weighting" :version "1.1")
31 (defglextfun "VertexWeightfEXT" vertex-weight-f-ext :return "void" :args
32 ((:name |weight| :type |Float32| :direction :in)) :category
33 "EXT_vertex_weighting" :version "1.1")