Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_point_sprite.lisp
blob99d9c69e091b1c81622417f634ebb75e04f8322b
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 ;;;; nv_point_sprite
7 (defconstant +point-sprite-nv+ #x8861)
8 (defconstant +coord-replace-nv+ #x8862)
9 (defconstant +point-sprite-arb+ #x8861)
10 (defconstant +coord-replace-arb+ #x8862)
11 (defconstant +point-sprite-r-mode-nv+ #x8863)
12 (defconstant +query-counter-bits+ #x8864)
13 (defconstant +current-query+ #x8865)
14 (defconstant +query-result+ #x8866)
15 (defconstant +query-result-available+ #x8867)
16 (defconstant +point-sprite-nv+ #x8861)
17 (defconstant +coord-replace-nv+ #x8862)
18 (defconstant +point-sprite-r-mode-nv+ #x8863)
19 (defglextfun "PointParameterivNV" point-parameter-iv-nv :return "void" :args
20 ((:name |pname| :type |PointParameterNameARB| :direction :in)
21 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
22 :category "NV_point_sprite" :deprecated nil :version "1.2")
23 (defglextfun "PointParameteriNV" point-parameter-i-nv :return "void" :args
24 ((:name |pname| :type |PointParameterNameARB| :direction :in)
25 (:name |param| :type |Int32| :direction :in))
26 :category "NV_point_sprite" :deprecated nil :version "1.2")
27 (make-extension-loader |NV_point_sprite|
28 (("PointParameterivNV" point-parameter-iv-nv :return "void" :args
29 ((:name |pname| :type |PointParameterNameARB| :direction :in)
30 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
31 :category "NV_point_sprite" :deprecated nil :version "1.2")
32 ("PointParameteriNV" point-parameter-i-nv :return "void" :args
33 ((:name |pname| :type |PointParameterNameARB| :direction :in)
34 (:name |param| :type |Int32| :direction :in))
35 :category "NV_point_sprite" :deprecated nil :version "1.2")))