|
@@ -14907,18 +14907,12 @@ return {
|
|
|
},
|
|
|
{
|
|
|
name = "getHeight",
|
|
|
+ tag = "pass-misc",
|
|
|
summary = "Get the texture height of a render pass.",
|
|
|
description = "Returns the height of the textures attached to the render pass.",
|
|
|
key = "Pass:getHeight",
|
|
|
module = "lovr.graphics",
|
|
|
- related = {
|
|
|
- "Pass:getWidth",
|
|
|
- "Pass:getDimensions",
|
|
|
- "Pass:getViewCount",
|
|
|
- "lovr.graphics.getPass",
|
|
|
- "lovr.system.getWindowHeight",
|
|
|
- "lovr.headset.getDisplayHeight"
|
|
|
- },
|
|
|
+ notes = "If the pass is not a render pass, this function returns zero.",
|
|
|
variants = {
|
|
|
{
|
|
|
arguments = {},
|
|
@@ -14931,7 +14925,14 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- notes = "If the pass is not a render pass, this function returns zero."
|
|
|
+ related = {
|
|
|
+ "Pass:getWidth",
|
|
|
+ "Pass:getDimensions",
|
|
|
+ "Pass:getViewCount",
|
|
|
+ "lovr.graphics.getPass",
|
|
|
+ "lovr.system.getWindowHeight",
|
|
|
+ "lovr.headset.getDisplayHeight"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
name = "getProjection",
|