vendor/make-quickutils.lisp @ 11cac4bb8d4c shaders

Start porting the graphics to use VAOs/shaders
author Steve Losh <steve@stevelosh.com>
date Mon, 21 Nov 2016 16:58:27 +0000
parents d7119e2cc512
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :once-only
               :rcurry
               :read-file-into-byte-vector
               :read-file-into-string
               :symb
               :with-gensyms

               )
  :package "CHIP8.QUICKUTILS")