Tidied up the scaffolding code
[cl-glfw/dh.git] / lib / opengl-ext_vertex_array.lisp
blob56750a9855feaab15a1b2aae108d9b14f5a99d24
1 ;;;; This file was automatically generated by nil
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_vertex_array
7 (defconstant +vertex-array-ext+ #x8074)
8 (defconstant +normal-array-ext+ #x8075)
9 (defconstant +color-array-ext+ #x8076)
10 (defconstant +index-array-ext+ #x8077)
11 (defconstant +texture-coord-array-ext+ #x8078)
12 (defconstant +edge-flag-array-ext+ #x8079)
13 (defconstant +vertex-array-size-ext+ #x807A)
14 (defconstant +vertex-array-type-ext+ #x807B)
15 (defconstant +vertex-array-stride-ext+ #x807C)
16 (defconstant +normal-array-type-ext+ #x807E)
17 (defconstant +normal-array-stride-ext+ #x807F)
18 (defconstant +color-array-size-ext+ #x8081)
19 (defconstant +color-array-type-ext+ #x8082)
20 (defconstant +color-array-stride-ext+ #x8083)
21 (defconstant +index-array-type-ext+ #x8085)
22 (defconstant +index-array-stride-ext+ #x8086)
23 (defconstant +texture-coord-array-size-ext+ #x8088)
24 (defconstant +texture-coord-array-type-ext+ #x8089)
25 (defconstant +texture-coord-array-stride-ext+ #x808A)
26 (defconstant +edge-flag-array-stride-ext+ #x808C)
27 (defconstant +vertex-array-pointer-ext+ #x808E)
28 (defconstant +normal-array-pointer-ext+ #x808F)
29 (defconstant +color-array-pointer-ext+ #x8090)
30 (defconstant +index-array-pointer-ext+ #x8091)
31 (defconstant +texture-coord-array-pointer-ext+ #x8092)
32 (defconstant +edge-flag-array-pointer-ext+ #x8093)