Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_es2_compatibility.lisp
blobe9ab1d4f82b169a92edf60e93493c8c30bb7c667
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_es2_compatibility
7 (defconstant +shader-binary-formats+ #x8DF8)
8 (defglextfun "ClearDepthf" clear-depth-f :return "void" :args
9 ((:name |d| :type |ClampedFloat32| :direction :in)) :category
10 "ARB_ES2_compatibility" :deprecated nil :version "4.1")
11 (defglextfun "DepthRangef" depth-range-f :return "void" :args
12 ((:name |n| :type |ClampedFloat32| :direction :in)
13 (:name |f| :type |ClampedFloat32| :direction :in))
14 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
15 (defglextfun "GetShaderPrecisionFormat" get-shader-precision-format :return
16 "void" :args
17 ((:name |shadertype| :type |GLenum| :direction :in)
18 (:name |precisiontype| :type |GLenum| :direction :in)
19 (:name |range| :type |Int32| :direction :out :array t :size #x2)
20 (:name |precision| :type |Int32| :direction :out :array t :size #x2))
21 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
22 (defglextfun "ShaderBinary" shader-binary :return "void" :args
23 ((:name |count| :type |SizeI| :direction :in)
24 (:name |shaders| :type |UInt32| :direction :in :array t :size count)
25 (:name |binaryformat| :type |GLenum| :direction :in)
26 (:name |binary| :type |Void| :direction :in :array t :size length)
27 (:name |length| :type |SizeI| :direction :in))
28 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
29 (defglextfun "ReleaseShaderCompiler" release-shader-compiler :return "void"
30 :args nil :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
31 (make-extension-loader |ARB_ES2_compatibility|
32 (("ClearDepthf" clear-depth-f :return "void" :args
33 ((:name |d| :type |ClampedFloat32| :direction :in)) :category
34 "ARB_ES2_compatibility" :deprecated nil :version "4.1")
35 ("DepthRangef" depth-range-f :return "void" :args
36 ((:name |n| :type |ClampedFloat32| :direction :in)
37 (:name |f| :type |ClampedFloat32| :direction :in))
38 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
39 ("GetShaderPrecisionFormat" get-shader-precision-format :return "void" :args
40 ((:name |shadertype| :type |GLenum| :direction :in)
41 (:name |precisiontype| :type |GLenum| :direction :in)
42 (:name |range| :type |Int32| :direction :out :array t :size #x2)
43 (:name |precision| :type |Int32| :direction :out :array t :size #x2))
44 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
45 ("ShaderBinary" shader-binary :return "void" :args
46 ((:name |count| :type |SizeI| :direction :in)
47 (:name |shaders| :type |UInt32| :direction :in :array t :size count)
48 (:name |binaryformat| :type |GLenum| :direction :in)
49 (:name |binary| :type |Void| :direction :in :array t :size length)
50 (:name |length| :type |SizeI| :direction :in))
51 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")
52 ("ReleaseShaderCompiler" release-shader-compiler :return "void" :args nil
53 :category "ARB_ES2_compatibility" :deprecated nil :version "4.1")))