Shadowed some foreign type definitions that may clash with CL package.
[cl-glfw/jecs.git] / lib / opengl-sunx_constant_data.lisp
blobc5df6e3ee6e935532aa3e3ab534f3660400e5636
2 (in-package #:gl)
4 ;;;; SUNX_constant_data
6 (defconstant +unpack-constant-data-sunx+ #x81D5)
7 (defconstant +texture-constant-data-sunx+ #x81D6)
8 (defglextfun
9 (("FinishTextureSUNX" finish-texture-sunx) :args nil :return ("void")
10 :category ("SUNX_constant_data") :version ("1.1") :glxropcode ("?") :glsflags
11 ("ignore") :offset ("?")))