Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_depth_buffer_float.lisp
blob54ffccc7762560e86ca7d113d26e53b7b17490f4
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_depth_buffer_float
7 (defconstant +depth-component32f-nv+ #x8DAB)
8 (defconstant +depth32f-stencil8-nv+ #x8DAC)
9 (defconstant +float-32-unsigned-int-24-8-rev-nv+ #x8DAD)
10 (defconstant +depth-buffer-float-mode-nv+ #x8DAF)
11 (defconstant +shader-include-arb+ #x8DAE)
12 (defconstant +depth-component32f-nv+ #x8DAB)
13 (defconstant +depth32f-stencil8-nv+ #x8DAC)
14 (defconstant +float-32-unsigned-int-24-8-rev-nv+ #x8DAD)
15 (defconstant +depth-buffer-float-mode-nv+ #x8DAF)
16 (defglextfun "DepthBoundsdNV" depth-bounds-d-nv :return "void" :args
17 ((:name |zmin| :type |Float64| :direction :in)
18 (:name |zmax| :type |Float64| :direction :in))
19 :category "NV_depth_buffer_float" :deprecated nil :version "2.0")
20 (defglextfun "ClearDepthdNV" clear-depth-d-nv :return "void" :args
21 ((:name |depth| :type |Float64| :direction :in)) :category
22 "NV_depth_buffer_float" :deprecated nil :version "2.0")
23 (defglextfun "DepthRangedNV" depth-range-d-nv :return "void" :args
24 ((:name |zNear| :type |Float64| :direction :in)
25 (:name |zFar| :type |Float64| :direction :in))
26 :category "NV_depth_buffer_float" :deprecated nil :version "2.0")
27 (make-extension-loader |NV_depth_buffer_float|
28 (("DepthBoundsdNV" depth-bounds-d-nv :return "void" :args
29 ((:name |zmin| :type |Float64| :direction :in)
30 (:name |zmax| :type |Float64| :direction :in))
31 :category "NV_depth_buffer_float" :deprecated nil :version "2.0")
32 ("ClearDepthdNV" clear-depth-d-nv :return "void" :args
33 ((:name |depth| :type |Float64| :direction :in)) :category
34 "NV_depth_buffer_float" :deprecated nil :version "2.0")
35 ("DepthRangedNV" depth-range-d-nv :return "void" :args
36 ((:name |zNear| :type |Float64| :direction :in)
37 (:name |zFar| :type |Float64| :direction :in))
38 :category "NV_depth_buffer_float" :deprecated nil :version "2.0")))