aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJaebaek Seo <jaebaek@google.com>2019-06-05 10:54:42 -0400
committerGitHub <noreply@github.com>2019-06-05 10:54:42 -0400
commit27ecd46c10a5fd05e7c555a81301e06e0c69deaf (patch)
tree70dd6d837cab912e0b9d65328d84027cbcb99e92 /samples
parent0d6a1f686dcccc85544b3278dedbf784cb08a4d2 (diff)
downloadamber-27ecd46c10a5fd05e7c555a81301e06e0c69deaf.tar.gz
Update DXC compile options (#538)
Diffstat (limited to 'samples')
-rw-r--r--samples/amber.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/amber.cc b/samples/amber.cc
index 7a9cd14..7ee96ef 100644
--- a/samples/amber.cc
+++ b/samples/amber.cc
@@ -64,7 +64,7 @@ const char kUsage[] = R"(Usage: amber [options] SCRIPT [SCRIPTS...]
-ps -- Parse input files, create pipelines; Don't execute.
-q -- Disable summary output.
-d -- Disable validation layers.
- -t <spirv_env> -- The target SPIR-V environment. Defaults to SPV_ENV_UNIVERSAL_1_0.
+ -t <spirv_env> -- The target SPIR-V environment e.g., spv1.3, vulkan1.1. Defaults to spv1.0.
-i <filename> -- Write rendering to <filename> as a PNG image if it ends with '.png', or as a PPM image otherwise.
-I <buffername> -- Name of framebuffer to dump. Defaults to 'framebuffer'.
-b <filename> -- Write contents of a UBO or SSBO to <filename>.