From b70a404c640785010ecad52af29b4a96184b2c7e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 15 Jul 2022 16:35:06 -0500 Subject: [add] working canvas demo! --- src/gl/texture.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gl/texture.lisp') diff --git a/src/gl/texture.lisp b/src/gl/texture.lisp index ad753a1..0aa698f 100644 --- a/src/gl/texture.lisp +++ b/src/gl/texture.lisp @@ -3,7 +3,7 @@ (in-package #:wheelwork) (defclass/std texture () - ((width height id mipmap :with :r) + ((width height id mipmap :with :r :i) (internal-format image-format :ri :with :std :rgba) (wrap-s wrap-t :ri :with :std :repeat) (min-filter mag-filter :ri :with :std :nearest))) -- cgit v1.2.3