Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-pgi_vertex_hints.lisp
blob9a884ea7c91826efbc770fb951b58cf83ac42a4f
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 ;;;; pgi_vertex_hints
7 (defconstant +vertex-data-hint-pgi+ #x1A22A)
8 (defconstant +vertex-consistent-hint-pgi+ #x1A22B)
9 (defconstant +material-side-hint-pgi+ #x1A22C)
10 (defconstant +max-vertex-hint-pgi+ #x1A22D)
11 (defconstant +color3-bit-pgi+ #x10000)
12 (defconstant +color4-bit-pgi+ #x20000)
13 (defconstant +edgeflag-bit-pgi+ #x40000)
14 (defconstant +index-bit-pgi+ #x80000)
15 (defconstant +mat-ambient-bit-pgi+ #x100000)
16 (defconstant +mat-ambient-and-diffuse-bit-pgi+ #x200000)
17 (defconstant +mat-diffuse-bit-pgi+ #x400000)
18 (defconstant +mat-emission-bit-pgi+ #x800000)
19 (defconstant +mat-color-indexes-bit-pgi+ #x1000000)
20 (defconstant +mat-shininess-bit-pgi+ #x2000000)
21 (defconstant +mat-specular-bit-pgi+ #x4000000)
22 (defconstant +normal-bit-pgi+ #x8000000)
23 (defconstant +texcoord1-bit-pgi+ #x10000000)
24 (defconstant +texcoord2-bit-pgi+ #x20000000)
25 (defconstant +texcoord3-bit-pgi+ #x40000000)
26 (defconstant +texcoord4-bit-pgi+ #x80000000)
27 (defconstant +vertex23-bit-pgi+ #x4)
28 (defconstant +vertex4-bit-pgi+ #x8)