|
@@ -692,9 +692,9 @@ return {
|
|
|
key = "lovr.resize",
|
|
|
module = "lovr",
|
|
|
related = {
|
|
|
- "lovr.graphics.getDimensions",
|
|
|
- "lovr.graphics.getWidth",
|
|
|
- "lovr.graphics.getHeight",
|
|
|
+ "Pass:getDimensions",
|
|
|
+ "Pass:getWidth",
|
|
|
+ "Pass:getHeight",
|
|
|
"lovr.headset.getDisplayDimensions",
|
|
|
"lovr.conf"
|
|
|
},
|
|
@@ -23374,7 +23374,7 @@ return {
|
|
|
{
|
|
|
name = "gammaToLinear",
|
|
|
tag = "mathOther",
|
|
|
- summary = "\9Convert a color from gamma space to linear space.",
|
|
|
+ summary = " Convert a color from gamma space to linear space.",
|
|
|
description = "Converts a color from gamma space to linear space.",
|
|
|
key = "lovr.math.gammaToLinear",
|
|
|
module = "lovr.math",
|
|
@@ -23487,7 +23487,7 @@ return {
|
|
|
{
|
|
|
name = "linearToGamma",
|
|
|
tag = "mathOther",
|
|
|
- summary = "\9Convert a color from linear space to gamma space.",
|
|
|
+ summary = " Convert a color from linear space to gamma space.",
|
|
|
description = "Converts a color from linear space to gamma space.",
|
|
|
key = "lovr.math.linearToGamma",
|
|
|
module = "lovr.math",
|