diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-07 16:47:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-07 16:47:50 +0800 |
commit | 2db1aed64ea3e43d3ee3e8a1ee5a53b8c1d9d95d (patch) | |
tree | 424496307084c825492044f78084930cee2e73ad | |
parent | 1face5ab84618c03ad3077252ae289774ce7a816 (diff) | |
download | lua-language-server-2db1aed64ea3e43d3ee3e8a1ee5a53b8c1d9d95d.zip |
update submodules
m--------- | 3rd/EmmyLuaCodeStyle | 0 | ||||
m--------- | 3rd/lovr-api | 0 | ||||
-rw-r--r-- | meta/3rd/lovr/library/lovr.graphics.lua | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle -Subproject 7f903e2cd3b135d6148425db469c2e4ec53a8cb +Subproject 8fa05abbbeab5bd3e20d8710eb6d5e804f8800c diff --git a/3rd/lovr-api b/3rd/lovr-api -Subproject 8548de845c91dfd8639d47018b7d421f857322e +Subproject 0cfe3e962df3d34ca996b9c74960cb52f9f2be6 diff --git a/meta/3rd/lovr/library/lovr.graphics.lua b/meta/3rd/lovr/library/lovr.graphics.lua index f0ccb310..fe0b6c33 100644 --- a/meta/3rd/lovr/library/lovr.graphics.lua +++ b/meta/3rd/lovr/library/lovr.graphics.lua @@ -1450,6 +1450,10 @@ function Canvas:isStereo() end --- ---Returns a new Image containing the contents of a Texture attached to the Canvas. --- +--- +---### NOTE: +---The Image will have the same pixel format as the Texture that is read from. +--- ---@param index? number # The index of the Texture to read from. ---@return lovr.Image image # The new Image. function Canvas:newImage(index) end |