Skip to content

Commit

Permalink
Dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Sep 2, 2023
1 parent 294718d commit 8be2ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texture-source.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@
image is
~a bytes
~d , ~d , ~d
~d x ~d x ~d @ ~a
~d x ~d x ~d
~a ~a"
(+ off len) src-x src-y src-z src-w src-h src-d format format type
(+ off len) src-x src-y src-z src-w src-h src-d format type
(memory-region-size region) dst-x dst-y dst-z dst-w dst-h dst-d (pixel-format texture) (pixel-type texture)))
(ecase target
(:texture-1d
Expand Down

0 comments on commit 8be2ebb

Please sign in to comment.