.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. .TH VKD3D-COMPILER "1" "February 2022" "vkd3d-compiler 1.2-10" "User Commands" .SH NAME vkd3d-compiler \- shader compiler for vkd3d .SH SYNOPSIS .B vkd3d-compiler [\fI\,options\/\fR...] [\fI\,file\/\fR] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Display this information and exit. .TP \fB\-b\fR Specify the target type. .TP \fB\-\-buffer\-uav=\fR Specify the buffer type to use for buffer UAV bindings. Valid values are 'buffer\-texture' (default) and \&'storage\-buffer'. .TP \fB\-o\fR, \fB\-\-output=\fR Write the output to . If is '\-' or no output file is specified, output will be written to standard output. .TP \fB\-\-formatting=\fR Specify the formatting options for text output. is a comma separated list of formatting flags, optionally prefixed by '+' or '\-'. Valid flags are \&'colour', 'indent', 'offsets', 'header', and 'raw\-ids'. The 'indent' and 'header' flags are enabled by default. .TP \fB\-\-print\-source\-types\fR Display the supported source types and exit. .TP \fB\-\-print\-target\-types\fR Display the supported target types for the specified source type and exit. .TP \fB\-\-strip\-debug\fR Strip debug information from the output. .TP \fB\-V\fR, \fB\-\-version\fR Display version information and exit. .TP \fB\-x\fR Specify the type of the source. Valid values are \&'dxbc\-tpf' and 'none'. .TP \fB\-\-\fR Stop option processing. Any subsequent argument is interpreted as a filename. .PP If the input file is '\-' or not specified, input will be read from standard input.