glsl: fix the type of ir_constant_data::u16
[mesa.git] / src / compiler / glsl / main.cpp
index 2ff561e011dd011254e3eb888efe1cc1d274a983..c826c279fac02490adbd58e1bd0ddb956c80a313 100644 (file)
@@ -46,6 +46,7 @@ const struct option compiler_opts[] = {
    { "dump-builder", no_argument, &options.dump_builder, 1 },
    { "link",     no_argument, &options.do_link,  1 },
    { "just-log", no_argument, &options.just_log, 1 },
+   { "lower-precision", no_argument, &options.lower_precision, 1 },
    { "version",  required_argument, NULL, 'v' },
    { NULL, 0, NULL, 0 }
 };