bgfx: Re-built shaders for crt-geom update.

This commit is contained in:
Vas Crabb 2022-07-07 20:04:22 +10:00
parent 75466ad87d
commit b55671d63a
19 changed files with 3 additions and 2 deletions

View file

@ -222,7 +222,7 @@
"screen": "raster" },
{ "type": "float",
"name": "monitorgamma",
"text": " custom gamma",
"text": "Custom display gamma",
"default": 2.2,
"max" : 4.0,
"min" : 0.7,

View file

@ -141,7 +141,7 @@
"screen": "raster" },
{ "type": "float",
"name": "monitorgamma",
"text": " custom gamma",
"text": "Custom display gamma",
"default": 2.2,
"max" : 4.0,
"min" : 0.7,

View file

@ -22,6 +22,7 @@ def path_components(path):
result.append(path)
return tuple(reversed(result))
class ParserBase:
def process_lines(self, inputfile):
self.input_line = 1