Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-sgix_pixel_texture.lisp
blob9e2b0c0ef076a94c1674b0ed53d72fce1dfb3dd8
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_pixel_texture
7 (defglextfun "PixelTexGenSGIX" pixel-tex-gen-sgix :return "void" :args
8 ((:name |mode| :type |PixelTexGenModeSGIX| :direction :in)) :category
9 "SGIX_pixel_texture" :version "1.0")