mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-09 22:17:23 +00:00
Corrected casing of ExtTextureSrgb.
This commit is contained in:
parent
e4bb4b1764
commit
8daabaa1d3
|
@ -122,6 +122,7 @@ namespace Bind.Structures
|
||||||
translator.Append(name);
|
translator.Append(name);
|
||||||
|
|
||||||
translator.Replace("Pname", "PName");
|
translator.Replace("Pname", "PName");
|
||||||
|
translator.Replace("SRgb", "Srgb");
|
||||||
return translator.ToString();
|
return translator.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue