8c4fff618d6f3f242fa7691f0e66e00bb809a77b
[cl-glfw.git] / lib / opengl-ext_cull_vertex.lisp
blob8c4fff618d6f3f242fa7691f0e66e00bb809a77b
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")