mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 05:20:09 +01:00
vulkan/overlay: update help printout
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
a1e6b5e9be
commit
9eddceef44
1 changed files with 2 additions and 2 deletions
|
|
@ -58,13 +58,13 @@ parse_help(const char *str)
|
|||
{
|
||||
fprintf(stderr, "Layer params using VK_LAYER_MESA_OVERLAY_CONFIG=\n");
|
||||
#define OVERLAY_PARAM_BOOL(name) \
|
||||
fprintf(stderr, "\t%s=0/1\n", #name);
|
||||
fprintf(stderr, "\t%s=0|1\n", #name);
|
||||
#define OVERLAY_PARAM_CUSTOM(name)
|
||||
OVERLAY_PARAMS
|
||||
#undef OVERLAY_PARAM_BOOL
|
||||
#undef OVERLAY_PARAM_CUSTOM
|
||||
fprintf(stderr, "\tposition=top-left|top-right|bottom-left|bottom-right\n");
|
||||
fprintf(stderr, "\tfps_sampling_period=number of milliseconds\n");
|
||||
fprintf(stderr, "\tfps_sampling_period=number-of-milliseconds\n");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue