Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_cull_vertex.lisp
blobaf6b0018806911dcda2ed7c595488cc5fe015374
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 ;;;; ext_cull_vertex
7 (defconstant +cull-vertex-ext+ #x81AA)
8 (defconstant +cull-vertex-eye-position-ext+ #x81AB)
9 (defconstant +cull-vertex-object-position-ext+ #x81AC)
10 (defconstant +cull-vertex-ext+ #x81AA)
11 (defconstant +cull-vertex-eye-position-ext+ #x81AB)
12 (defconstant +cull-vertex-object-position-ext+ #x81AC)
13 (defglextfun "CullParameterfvEXT" cull-parameter-fv-ext :return "void" :args
14 ((:name |pname| :type |CullParameterEXT| :direction :in)
15 (:name |params| :type |Float32| :direction :out :array t :size #x4))
16 :category "EXT_cull_vertex" :deprecated nil :version "1.1")
17 (defglextfun "CullParameterdvEXT" cull-parameter-dv-ext :return "void" :args
18 ((:name |pname| :type |CullParameterEXT| :direction :in)
19 (:name |params| :type |Float64| :direction :out :array t :size #x4))
20 :category "EXT_cull_vertex" :deprecated nil :version "1.1")
21 (make-extension-loader |EXT_cull_vertex|
22 (("CullParameterfvEXT" cull-parameter-fv-ext :return "void" :args
23 ((:name |pname| :type |CullParameterEXT| :direction :in)
24 (:name |params| :type |Float32| :direction :out :array t :size #x4))
25 :category "EXT_cull_vertex" :deprecated nil :version "1.1")
26 ("CullParameterdvEXT" cull-parameter-dv-ext :return "void" :args
27 ((:name |pname| :type |CullParameterEXT| :direction :in)
28 (:name |params| :type |Float64| :direction :out :array t :size #x4))
29 :category "EXT_cull_vertex" :deprecated nil :version "1.1")))