Skip to content

Commit 2db1aed

Browse files
committed
update submodules
1 parent 1face5a commit 2db1aed

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

meta/3rd/lovr/library/lovr.graphics.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,10 @@ function Canvas:isStereo() end
14501450
---
14511451
---Returns a new Image containing the contents of a Texture attached to the Canvas.
14521452
---
1453+
---
1454+
---### NOTE:
1455+
---The Image will have the same pixel format as the Texture that is read from.
1456+
---
14531457
---@param index? number # The index of the Texture to read from.
14541458
---@return lovr.Image image # The new Image.
14551459
function Canvas:newImage(index) end

0 commit comments

Comments
 (0)