mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
correction to frame-buffer-texture-2d
This commit is contained in:
parent
afa1004409
commit
3205021ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ be executed as quickly as possible"))
|
|||
|
||||
(defmethod frame-buffer-texture-2d ((obj clog-webgl) target attachment
|
||||
textarget texture level)
|
||||
(execute obj (format nil "framebufferTexture2D(~A.~A,~A.~A,~A.~A,~A~A)"
|
||||
(execute obj (format nil "framebufferTexture2D(~A.~A,~A.~A,~A.~A,~A,~A)"
|
||||
(script-id obj) target
|
||||
(script-id obj) attachment
|
||||
(script-id obj) textarget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue