Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-sgix_instruments.lisp
blob234a3f309348e48151d74c409796ff69cdacc41e
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 ;;;; sgix_instruments
7 (defglextfun "StopInstrumentsSGIX" stop-instruments-sgix :return "void" :args
8 ((:name |marker| :type |Int32| :direction :in)) :category "SGIX_instruments"
9 :version "1.0")
10 (defglextfun "StartInstrumentsSGIX" start-instruments-sgix :return "void" :args
11 nil :category "SGIX_instruments" :version "1.0")
12 (defglextfun "ReadInstrumentsSGIX" read-instruments-sgix :return "void" :args
13 ((:name |marker| :type |Int32| :direction :in)) :category "SGIX_instruments"
14 :version "1.0")
15 (defglextfun "PollInstrumentsSGIX" poll-instruments-sgix :return "Int32" :args
16 ((:name |marker_p| :type |Int32| :direction :out :array t :size #x1))
17 :category "SGIX_instruments" :version "1.0")
18 (defglextfun "InstrumentsBufferSGIX" instruments-buffer-sgix :return "void"
19 :args
20 ((:name |size| :type |SizeI| :direction :in)
21 (:name |buffer| :type |Int32| :direction :out :array t :size size :retained
22 t))
23 :category "SGIX_instruments" :version "1.0")
24 (defglextfun "GetInstrumentsSGIX" get-instruments-sgix :return "Int32" :args
25 nil :category "SGIX_instruments" :version "1.0")