Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-arb_fragment_program.lisp
blob83a364238cc265954e459c761d4b2999a4fc1333
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 ;;;; arb_fragment_program
7 (defconstant +fragment-program-arb+ #x8804)
8 (defconstant +program-alu-instructions-arb+ #x8805)
9 (defconstant +program-tex-instructions-arb+ #x8806)
10 (defconstant +program-tex-indirections-arb+ #x8807)
11 (defconstant +program-native-alu-instructions-arb+ #x8808)
12 (defconstant +program-native-tex-instructions-arb+ #x8809)
13 (defconstant +program-native-tex-indirections-arb+ #x880A)
14 (defconstant +max-program-alu-instructions-arb+ #x880B)
15 (defconstant +max-program-tex-instructions-arb+ #x880C)
16 (defconstant +max-program-tex-indirections-arb+ #x880D)
17 (defconstant +max-program-native-alu-instructions-arb+ #x880E)
18 (defconstant +max-program-native-tex-instructions-arb+ #x880F)
19 (defconstant +max-program-native-tex-indirections-arb+ #x8810)
20 (defconstant +fragment-program-arb+ #x8804)
21 (defconstant +program-alu-instructions-arb+ #x8805)
22 (defconstant +program-tex-instructions-arb+ #x8806)
23 (defconstant +program-tex-indirections-arb+ #x8807)
24 (defconstant +program-native-alu-instructions-arb+ #x8808)
25 (defconstant +program-native-tex-instructions-arb+ #x8809)
26 (defconstant +program-native-tex-indirections-arb+ #x880A)
27 (defconstant +max-program-alu-instructions-arb+ #x880B)
28 (defconstant +max-program-tex-instructions-arb+ #x880C)
29 (defconstant +max-program-tex-indirections-arb+ #x880D)
30 (defconstant +max-program-native-alu-instructions-arb+ #x880E)
31 (defconstant +max-program-native-tex-instructions-arb+ #x880F)
32 (defconstant +max-program-native-tex-indirections-arb+ #x8810)
33 (defconstant +max-texture-coords-arb+ #x8871)
34 (defconstant +max-texture-image-units-arb+ #x8872)